summaryrefslogtreecommitdiff
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2010-11-12 19:43:12 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2010-11-12 19:43:12 +0000
commite97af4eedfa5238e768cd91b2dcdbc7b30c566d9 (patch)
tree8e95bbf876d830deb94262f5b6215cb5f22c8611 /etc/devd.conf
parent603b8e29dbcca5322149518f0d556fd84ed30ea3 (diff)
downloadsrc-test2-e97af4eedfa5238e768cd91b2dcdbc7b30c566d9.tar.gz
src-test2-e97af4eedfa5238e768cd91b2dcdbc7b30c566d9.zip
Notes
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index e249ffd92fa1..77dda05da4d1 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -97,6 +97,13 @@ detach 100 {
action "/etc/rc.d/bluetooth quietstop $device-name";
};
+# Firmware downloader for Atheros AR3011 based USB Bluetooth devices
+#attach 100 {
+# match "vendor" "0x0cf3";
+# match "product" "0x3000";
+# action "sleep 2 && /usr/sbin/ath3kfw -d $device-name -f /usr/local/etc/ath3k-1.fw";
+#};
+
# When a USB keyboard arrives, attach it as the console keyboard.
attach 100 {
device-name "ukbd0";