Add vendor IDs for Broadcom USB dongles (BCM20702).

PR:		kern/174707
Submitted by:	rakuco
This commit is contained in:
Gleb Smirnoff 2012-12-26 15:10:20 +00:00
parent fee3029ce7
commit 70a0e3403a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244704
2 changed files with 7 additions and 1 deletions

View File

@ -25,7 +25,7 @@
.\" $Id: ng_ubt.4,v 1.3 2003/05/21 19:37:35 max Exp $
.\" $FreeBSD$
.\"
.Dd September 13, 2004
.Dd December 26, 2012
.Dt NG_UBT 4
.Os
.Sh NAME
@ -73,6 +73,8 @@ Mitsumi Bluetooth USB adapter
MSI MS-6967
.It
TDK Bluetooth USB adapter
.It
Broadcom Bluetooth USB adapter
.El
.Sh HOOKS
This node type supports the following hooks:

View File

@ -398,6 +398,10 @@ static const STRUCT_USB_HOST_ID ubt_devs[] =
/* AVM USB Bluetooth-Adapter BlueFritz! v2.0 */
{ USB_VPI(USB_VENDOR_AVM, 0x3800, 0) },
/* Broadcom USB dongles, mostly BCM20702 and BCM20702A0 */
{ USB_VENDOR(USB_VENDOR_BROADCOM),
USB_IF_CSI(UICLASS_VENDOR, 0x01, 0x01) },
};
/*