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: b...@freebsd.org Reporter: a...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"