svn commit: r244704 - in head: share/man/man4 sys/netgraph/bluetooth/drivers/ubt
Gleb Smirnoff
glebius at FreeBSD.org
Wed Dec 26 15:10:21 UTC 2012
Author: glebius
Date: Wed Dec 26 15:10:20 2012
New Revision: 244704
URL: http://svnweb.freebsd.org/changeset/base/244704
Log:
Add vendor IDs for Broadcom USB dongles (BCM20702).
PR: kern/174707
Submitted by: rakuco
Modified:
head/share/man/man4/ng_ubt.4
head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
Modified: head/share/man/man4/ng_ubt.4
==============================================================================
--- head/share/man/man4/ng_ubt.4 Wed Dec 26 15:07:23 2012 (r244703)
+++ head/share/man/man4/ng_ubt.4 Wed Dec 26 15:10:20 2012 (r244704)
@@ -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:
Modified: head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
==============================================================================
--- head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c Wed Dec 26 15:07:23 2012 (r244703)
+++ head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c Wed Dec 26 15:10:20 2012 (r244704)
@@ -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) },
};
/*
More information about the svn-src-all
mailing list