Skip to content

Commit

Permalink
Add support for the BCM20702A0 chipset, ASUS USB-BT400.
Browse files Browse the repository at this point in the history
PR:		kern/181728
Submitted by:	rakuco
  • Loading branch information
grimreaper committed Sep 1, 2013
1 parent 171d876 commit 112102f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down

0 comments on commit 112102f

Please sign in to comment.