[Bug 248838] ng_ubt: add device ID for USB dongle

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 22 18:45:44 UTC 2020


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 at FreeBSD.org
          Reporter: aaz at 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.


More information about the freebsd-bugs mailing list