diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 15:27:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 15:27:34 +0100 |
commit | 2875c0ee841e74e272e832fdfb91dc8c73013ccd (patch) | |
tree | 20d0ec969f51b9eb3410090f64a1fc6e092b9fb0 /package/bluez/patches/patch-scripts_bluetooth_rules | |
parent | 86ada69f32491de2415d237605370e7f4e8d5e01 (diff) | |
parent | 47e50c10a8bb626f3366912bc4691bd5fbddea45 (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_rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/bluez/patches/patch-scripts_bluetooth_rules b/package/bluez/patches/patch-scripts_bluetooth_rules new file mode 100644 index 000000000..0ff2c0ef3 --- /dev/null +++ b/package/bluez/patches/patch-scripts_bluetooth_rules @@ -0,0 +1,7 @@ +--- 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 @@ + # 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=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev" |