14 lines
634 B
Diff
14 lines
634 B
Diff
|
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"
|