svn commit: r255128 - head/sys/netgraph/bluetooth/drivers/ubt

Eitan Adler eadler at FreeBSD.org
Sun Sep 1 19:27:33 UTC 2013


Author: eadler
Date: Sun Sep  1 19:27:32 2013
New Revision: 255128
URL: http://svnweb.freebsd.org/changeset/base/255128

Log:
  Add support for the BCM20702A0 chipset, ASUS USB-BT400.
  
  PR:		kern/181728
  Submitted by:	rakuco

Modified:
  head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c

Modified: head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
==============================================================================
--- head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c	Sun Sep  1 18:59:09 2013	(r255127)
+++ head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c	Sun Sep  1 19:27:32 2013	(r255128)
@@ -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) },


More information about the svn-src-head mailing list