summaryrefslogtreecommitdiff
path: root/package/bluez/patches/patch-scripts_bluetooth_rules
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
commitf2b154b7d74e21b7e655c6cd121155592c1bee03 (patch)
treed1d8f06abeb89834cebb70d33229aff129b9d485 /package/bluez/patches/patch-scripts_bluetooth_rules
parentc93c25a63b3b5a29a258460519ed36341da2e79e (diff)
parent63e65ec30b763d6687d462c52cb46bd5e738928a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bluez/patches/patch-scripts_bluetooth_rules')
-rw-r--r--package/bluez/patches/patch-scripts_bluetooth_rules8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/bluez/patches/patch-scripts_bluetooth_rules b/package/bluez/patches/patch-scripts_bluetooth_rules
index 0ff2c0ef3..348da2486 100644
--- a/package/bluez/patches/patch-scripts_bluetooth_rules
+++ b/package/bluez/patches/patch-scripts_bluetooth_rules
@@ -1,7 +1,9 @@
---- bluez-4.59.orig/scripts/bluetooth.rules Thu Dec 24 17:43:09 2009
-+++ bluez-4.59/scripts/bluetooth.rules Tue Dec 29 01:26:46 2009
-@@ -1,3 +1,3 @@
+--- bluez-4.89.orig/scripts/bluetooth.rules 2011-02-20 15:49:58.000000000 +0100
++++ bluez-4.89/scripts/bluetooth.rules 2011-03-03 22:48:19.000000000 +0100
+@@ -1,4 +1,4 @@
# Run helper every time a Bluetooth device appears
# On remove actions, bluetoothd should go away by itself
-ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev"
+-ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev"
+ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev"
++ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev"