2010-10-11 11:56:33 +02:00
|
|
|
Index: b/scripts/bluetooth.rules.in
|
2009-07-10 16:41:47 +02:00
|
|
|
===================================================================
|
|
|
|
--- a/scripts/bluetooth.rules.in
|
|
|
|
+++ b/scripts/bluetooth.rules.in
|
2010-10-11 11:56:33 +02:00
|
|
|
@@ -1,4 +1,4 @@
|
2009-07-10 16:41:47 +02:00
|
|
|
# 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"
|
2010-10-11 11:56:33 +02:00
|
|
|
-ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
|
2009-07-10 16:41:47 +02:00
|
|
|
+ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
|
2010-10-11 11:56:33 +02:00
|
|
|
+ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
|