Add vendor IDs for Broadcom USB dongles (BCM20702).
PR: kern/174707 Submitted by: rakuco
This commit is contained in:
parent
fee3029ce7
commit
70a0e3403a
@ -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:
|
||||
|
@ -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) },
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user