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

Mark Johnston markj at FreeBSD.org
Sun Aug 23 19:30:07 UTC 2020


Author: markj
Date: Sun Aug 23 19:30:06 2020
New Revision: 364509
URL: https://svnweb.freebsd.org/changeset/base/364509

Log:
  ng_ubt: Add a device ID.
  
  PR:		248838
  Submitted by:	Andrey Zholos <aaz at q-fu.com>
  MFC after:	1 week

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 Aug 23 19:28:09 2020	(r364508)
+++ head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c	Sun Aug 23 19:30:06 2020	(r364509)
@@ -508,6 +508,7 @@ static const STRUCT_USB_HOST_ID ubt_devs[] =
 	{ USB_VPI(USB_VENDOR_LITEON, 0x2003, 0) },
 	{ USB_VPI(USB_VENDOR_FOXCONN, 0xe042, 0) },
 	{ USB_VPI(USB_VENDOR_DELL, 0x8197, 0) },
+	{ USB_VPI(USB_VENDOR_BELKIN, 0x065a, 0) },
 };
 
 /*


More information about the svn-src-head mailing list