usbd.conf for Broadcom USB Bluetooth

Bruce M Simpson bms at spc.org
Tue Oct 5 16:21:48 PDT 2004


Does anyone mind if I commit the attached patch? I'd like my newly purchased
Broadcom-based Bluetooth interface to be recognised on boot.

I'd ideally like this to be MFC'd to 5.3-RELEASE. I can also roll a port
for the firmware images in question (perhaps a meta-port to give USB device
firmware a place to live along with ezload ?)

Regards,
BMS
-------------- next part --------------
--- /usr/src/etc/usbd.conf	Sat May  3 03:16:55 2003
+++ /etc/usbd.conf	Tue Oct  5 16:19:25 2004
@@ -13,6 +13,20 @@
 	release 0x0000
 	attach "/usr/local/bin/ezdownload -f /usr/local/share/usb/firmware/0854.0100.0_01.hex ${DEVNAME}"
 
+# Firmware download for Broadcom BCM2033 Bluetooth dongle.
+#
+# Requires that the ubtbcmfw.ko module is pre-loaded in order for the
+# pre-firmware device to be recognised. ng_ubt.ko should be pre-loaded
+# also, in order for the device to be connected to the Bluetooth stack.
+#
+# The firmware image files are not installed by default and should be
+# extracted from the Linux BlueZ firmware collection at:
+# http://www.bluez.org/download.html
+#
+device "Broadcom BCM2033 Bluetooth dongle"
+	devname "ubtbcmfw[0-9]+"
+	attach "/usr/sbin/bcmfw -n ${DEVNAME} -m /usr/local/share/usb/firmware/BCM2033-MD.hex -f /usr/local/share/usb/firmware/BCM2033-FW.bin"
+
 # Firmware download for Entrega Serial DB25 adapter.
 #
 device "Entrega Serial with UART"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 167 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20041005/2bf63c08/attachment.bin


More information about the freebsd-current mailing list