Bug 248838 - ng_ubt: add device ID for USB dongle
Summary: ng_ubt: add device ID for USB dongle
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-22 18:45 UTC by Andrey Zholos
Modified: 2020-08-30 02:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Zholos 2020-08-22 18:45:43 UTC
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) },
 };
 
 /*
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-23 19:30:16 UTC
A commit references this bug:

Author: markj
Date: Sun Aug 23 19:30:06 UTC 2020
New revision: 364509
URL: https://svnweb.freebsd.org/changeset/base/364509

Log:
  ng_ubt: Add a device ID.

  PR:		248838
  Submitted by:	Andrey Zholos <aaz@q-fu.com>
  MFC after:	1 week

Changes:
  head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-08-30 02:27:14 UTC
A commit references this bug:

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

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

  PR:	248838

Changes:
_U  stable/12/
  stable/12/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
Comment 3 Mark Johnston freebsd_committer freebsd_triage 2020-08-30 02:29:00 UTC
Thanks for the patch.