Deleted Added
full compact
devd.conf (208060) devd.conf (215195)
1# $FreeBSD: head/etc/devd.conf 208060 2010-05-14 04:53:57Z dougb $
1# $FreeBSD: head/etc/devd.conf 215195 2010-11-12 19:43:12Z emax $
2#
3# Refer to devd.conf(5) and devd(8) man pages for the details on how to
4# run and configure devd.
5#
6
7# NB: All regular expressions have an implicit ^$ around them.
8# NB: device-name is shorthand for 'match device-name'
9

--- 82 unchanged lines hidden (view full) ---

92 device-name "ubt[0-9]+";
93 action "/etc/rc.d/bluetooth quietstart $device-name";
94};
95detach 100 {
96 device-name "ubt[0-9]+";
97 action "/etc/rc.d/bluetooth quietstop $device-name";
98};
99
2#
3# Refer to devd.conf(5) and devd(8) man pages for the details on how to
4# run and configure devd.
5#
6
7# NB: All regular expressions have an implicit ^$ around them.
8# NB: device-name is shorthand for 'match device-name'
9

--- 82 unchanged lines hidden (view full) ---

92 device-name "ubt[0-9]+";
93 action "/etc/rc.d/bluetooth quietstart $device-name";
94};
95detach 100 {
96 device-name "ubt[0-9]+";
97 action "/etc/rc.d/bluetooth quietstop $device-name";
98};
99
100# Firmware downloader for Atheros AR3011 based USB Bluetooth devices
101#attach 100 {
102# match "vendor" "0x0cf3";
103# match "product" "0x3000";
104# action "sleep 2 && /usr/sbin/ath3kfw -d $device-name -f /usr/local/etc/ath3k-1.fw";
105#};
106
100# When a USB keyboard arrives, attach it as the console keyboard.
101attach 100 {
102 device-name "ukbd0";
103 action "/etc/rc.d/syscons setkeyboard /dev/ukbd0";
104};
105detach 100 {
106 device-name "ukbd0";
107 action "/etc/rc.d/syscons setkeyboard /dev/kbd0";

--- 202 unchanged lines hidden ---
107# When a USB keyboard arrives, attach it as the console keyboard.
108attach 100 {
109 device-name "ukbd0";
110 action "/etc/rc.d/syscons setkeyboard /dev/ukbd0";
111};
112detach 100 {
113 device-name "ukbd0";
114 action "/etc/rc.d/syscons setkeyboard /dev/kbd0";

--- 202 unchanged lines hidden ---