summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/ng_ubt.44
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c4
2 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/ng_ubt.4 b/share/man/man4/ng_ubt.4
index 6a39ddd..ef8a57e 100644
--- a/share/man/man4/ng_ubt.4
+++ b/share/man/man4/ng_ubt.4
@@ -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:
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index 6de270f..1f291e8 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -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) },
};
/*
OpenPOWER on IntegriCloud