Index: etc/devd.conf =================================================================== RCS file: /home/ncvs/src/etc/devd.conf,v retrieving revision 1.28 diff -u -r1.28 devd.conf --- etc/devd.conf 2 Aug 2005 18:28:31 -0000 1.28 +++ etc/devd.conf 11 Nov 2005 23:07:43 -0000 @@ -86,6 +86,16 @@ device-name "ed50"; }; +# When a USB Bluetooth dongle appears activate it +attach 100 { + device-name "ubt[0-9]+"; + action "/etc/rc.d/bluetooth start $device-name"; +}; +detach 100 { + device-name "ubt[0-9]+"; + action "/etc/rc.d/bluetooth stop $device-name"; +}; + # When a USB keyboard arrives, attach it as the console keyboard. attach 100 { device-name "ukbd0";