diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-01 19:27:32 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-01 19:27:32 +0000 |
commit | 112102f8f6823fc3c0802cf6d5da73d112fa9693 (patch) | |
tree | 42e65293d8096fc1bf4e5cc86e0f9b6c2e6f4b02 | |
parent | 171d8761733e0bd225c5aef84afed78ae3648b39 (diff) | |
download | FreeBSD-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.c | 1 |
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) }, |