From owner-freebsd-current@FreeBSD.ORG Tue Oct 5 23:21:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D70816A4CE for ; Tue, 5 Oct 2004 23:21:48 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD8643D2D for ; Tue, 5 Oct 2004 23:21:47 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 458116545E for ; Wed, 6 Oct 2004 00:21:46 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 86225-04-3 for ; Wed, 6 Oct 2004 00:21:45 +0100 (BST) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3C41B65219 for ; Wed, 6 Oct 2004 00:21:45 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 5672063B3; Tue, 5 Oct 2004 16:21:42 -0700 (PDT) Date: Tue, 5 Oct 2004 16:21:42 -0700 From: Bruce M Simpson To: freebsd-current@FreeBSD.org Message-ID: <20041005232142.GE699@empiric.icir.org> Mail-Followup-To: freebsd-current@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRtZRu2mMGBZ6YQ7" Content-Disposition: inline Subject: usbd.conf for Broadcom USB Bluetooth X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 23:21:48 -0000 --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--