svn commit: r364972 - stable/12/sys/netgraph/bluetooth/drivers/ubt

Mark Johnston markj at FreeBSD.org
Sun Aug 30 02:26:44 UTC 2020


Author: markj
Date: Sun Aug 30 02:26:43 2020
New Revision: 364972
URL: https://svnweb.freebsd.org/changeset/base/364972

Log:
  MFC r364509:
  ng_ubt: Add a device ID.
  
  PR:	248838

Modified:
  stable/12/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
==============================================================================
--- stable/12/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c	Sun Aug 30 01:09:15 2020	(r364971)
+++ stable/12/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c	Sun Aug 30 02:26:43 2020	(r364972)
@@ -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-stable-12 mailing list