aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/drivers
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2020-08-23 19:30:06 +0000
committerMark Johnston <markj@FreeBSD.org>2020-08-23 19:30:06 +0000
commit3a3992fb860c21e8709e67ef625d0231563bc53a (patch)
tree86925c796e4f2fb6ef54e6d3e562b17c59e1e9dd /sys/netgraph/bluetooth/drivers
parent992bcb37c28ad1a6426df7996f297187ae3d901a (diff)
downloadsrc-3a3992fb860c21e8709e67ef625d0231563bc53a.tar.gz
src-3a3992fb860c21e8709e67ef625d0231563bc53a.zip
ng_ubt: Add a device ID.
PR: 248838 Submitted by: Andrey Zholos <aaz@q-fu.com> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=364509
Diffstat (limited to 'sys/netgraph/bluetooth/drivers')
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c1
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 bf6d00a59dd8..d641aadad60d 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -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) },
};
/*