summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-09-01 19:27:32 +0000
committereadler <eadler@FreeBSD.org>2013-09-01 19:27:32 +0000
commit112102f8f6823fc3c0802cf6d5da73d112fa9693 (patch)
tree42e65293d8096fc1bf4e5cc86e0f9b6c2e6f4b02
parent171d8761733e0bd225c5aef84afed78ae3648b39 (diff)
downloadFreeBSD-src-112102f8f6823fc3c0802cf6d5da73d112fa9693.zip
FreeBSD-src-112102f8f6823fc3c0802cf6d5da73d112fa9693.tar.gz
Add support for the BCM20702A0 chipset, ASUS USB-BT400.
PR: kern/181728 Submitted by: rakuco
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index 2009cca..edbd32c 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -494,6 +494,7 @@ static const STRUCT_USB_HOST_ID ubt_devs[] =
/* Broadcom BCM20702A0 */
{ USB_VPI(USB_VENDOR_ASUS, 0x17b5, 0) },
+ { USB_VPI(USB_VENDOR_ASUS, 0x17cb, 0) },
{ USB_VPI(USB_VENDOR_LITEON, 0x2003, 0) },
{ USB_VPI(USB_VENDOR_FOXCONN, 0xe042, 0) },
{ USB_VPI(USB_VENDOR_DELL, 0x8197, 0) },
OpenPOWER on IntegriCloud