From 799757ccf1d03c33c75bc597cd5ef77741dcb6a7 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 3 Jun 2011 09:17:04 +0000 Subject: Imported upstream 4.91 --- scripts/bluetooth.rules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/bluetooth.rules (limited to 'scripts/bluetooth.rules') diff --git a/scripts/bluetooth.rules b/scripts/bluetooth.rules new file mode 100644 index 0000000..a67c1ad --- /dev/null +++ b/scripts/bluetooth.rules @@ -0,0 +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" -- cgit v1.2.3