summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2010-11-12 19:43:12 +0000
committeremax <emax@FreeBSD.org>2010-11-12 19:43:12 +0000
commitec97f564250a32af2861e1dfe2bd3ccd3d01ad6b (patch)
tree8e95bbf876d830deb94262f5b6215cb5f22c8611 /etc
parentd0b8b8340219edb9ee819eefa9fb341e83bc51e9 (diff)
downloadFreeBSD-src-ec97f564250a32af2861e1dfe2bd3ccd3d01ad6b.zip
FreeBSD-src-ec97f564250a32af2861e1dfe2bd3ccd3d01ad6b.tar.gz
Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.
Hardware donated by: Rusty Nejdl rnejdl at ringofsaturn dot com Tested by: Rusty Nejdl rnejdl at ringofsaturn dot com Tested by: Andrzej Tobola ato at iem dot pw dot edu dot pl MFC after: 3 weeks
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index e249ffd..77dda05 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";
OpenPOWER on IntegriCloud