Date: Tue, 5 Oct 2004 16:21:42 -0700 From: Bruce M Simpson <bms@spc.org> To: freebsd-current@FreeBSD.org Subject: usbd.conf for Broadcom USB Bluetooth Message-ID: <20041005232142.GE699@empiric.icir.org>
next in thread | raw e-mail | index | archive | help
--wRtZRu2mMGBZ6YQ7 Content-Type: multipart/mixed; boundary="16qp2B0xu0fRvRD7" Content-Disposition: inline --16qp2B0xu0fRvRD7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --16qp2B0xu0fRvRD7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="usbd.conf.diff" Content-Transfer-Encoding: quoted-printable --- /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.0= 100.0_01.hex ${DEVNAME}" =20 +# 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/BC= M2033-MD.hex -f /usr/local/share/usb/firmware/BCM2033-FW.bin" + # Firmware download for Entrega Serial DB25 adapter. # device "Entrega Serial with UART" --16qp2B0xu0fRvRD7-- --wRtZRu2mMGBZ6YQ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQFBYyyFueUpAYYNtTsRAn1PAKCHuMjrt7D4TUxJNVThDmO83LoyAwCff0Ov fM2npnHbzftOjKVoo+C8BsI= =aVaC -----END PGP SIGNATURE----- --wRtZRu2mMGBZ6YQ7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041005232142.GE699>