Linux bluetooth development
 help / color / mirror / Atom feed
* Fix bluetoothd not starting on cold boot
@ 2010-09-22 11:38 Bastien Nocera
  2010-09-22 19:28 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Bastien Nocera @ 2010-09-22 11:38 UTC (permalink / raw)
  To: BlueZ development

[-- Attachment #1: Type: text/plain, Size: 24 bytes --]

Patch attached.

Cheers

[-- Attachment #2: 0001-Also-run-bluetoothd-on-udev-change-events.patch --]
[-- Type: text/x-patch, Size: 896 bytes --]

>From 156877874776d3caec3641f09a34a42e4102ef71 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 22 Sep 2010 12:35:54 +0100
Subject: [PATCH] Also run bluetoothd on udev change events

Fixes bluetoothd not starting on cold boot with newer versions
of udev. See:
https://bugzilla.redhat.com/show_bug.cgi?id=634205
---
 scripts/bluetooth.rules.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/bluetooth.rules.in b/scripts/bluetooth.rules.in
index 6809e9d..64df69d 100644
--- a/scripts/bluetooth.rules.in
+++ b/scripts/bluetooth.rules.in
@@ -1,3 +1,4 @@
 # Run helper every time a Bluetooth device appears
 # On remove actions, bluetoothd should go away by itself
 ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
+ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
-- 
1.7.2.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-22 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22 11:38 Fix bluetoothd not starting on cold boot Bastien Nocera
2010-09-22 19:28 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox