]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/devd/bluetooth.conf
Update the Arm Optimized Routine library to v23.01
[FreeBSD/FreeBSD.git] / sbin / devd / bluetooth.conf
1 # When a USB Bluetooth dongle appears, activate it
2 attach 100 {
3         device-name "ubt[0-9]+";
4         action "service bluetooth quietstart $device-name";
5 };
6 detach 100 {
7         device-name "ubt[0-9]+";
8         action "service bluetooth quietstop $device-name";
9 };