Date: Sat, 22 Aug 2020 18:45:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 248838] ng_ubt: add device ID for USB dongle Message-ID: <bug-248838-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248838 Bug ID: 248838 Summary: ng_ubt: add device ID for USB dongle Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: aaz@q-fu.com This is a Belkin F8T065 which is reported as <Broadcom Corp BCM20702A0>. Works fine with this patch. --- sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c +++ 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) }, }; /* -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248838-227>
