patch-scripts_bluetooth_rules 599 B

123456789
  1. --- bluez-4.89.orig/scripts/bluetooth.rules 2011-02-20 15:49:58.000000000 +0100
  2. +++ bluez-4.89/scripts/bluetooth.rules 2011-03-03 22:48:19.000000000 +0100
  3. @@ -1,4 +1,4 @@
  4. # Run helper every time a Bluetooth device appears
  5. # On remove actions, bluetoothd should go away by itself
  6. -ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev"
  7. -ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev"
  8. +ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev"
  9. +ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/bluetoothd --udev"