bluez/bluez-4.20-bluetooth.rules.diff

14 lines
634 B
Diff
Raw Normal View History

Index: scripts/bluetooth.rules
===================================================================
--- scripts/bluetooth.rules.orig
+++ scripts/bluetooth.rules
@@ -1,5 +1,8 @@
+# bluetooth subsystem
+SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
+
# Brain Boxes BL-620 Bluetooth Adapter
SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Brain Boxes", ATTRS{prod_id2}=="Bluetooth PC Card", ENV{HCIOPTS}="bboxes", RUN+="bluetooth_serial"
# Xircom CreditCard Bluetooth Adapter
SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Xircom", ATTRS{prod_id3}=="CBT", ENV{HCIOPTS}="xircom", RUN+="bluetooth_serial"