Page MenuHomeFreeBSD

bluetooth: ng_ubt_rtl/rtlbtfw: remove duplicate entry in device table
AcceptedPublic

Authored by bz on Sep 1 2025, 6:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 21, 12:05 AM
Unknown Object (File)
Wed, Sep 17, 1:29 PM
Unknown Object (File)
Sun, Sep 14, 1:30 AM
Unknown Object (File)
Sep 7 2025, 11:51 PM
Unknown Object (File)
Sep 4 2025, 6:48 AM
Unknown Object (File)
Sep 2 2025, 8:41 PM
Unknown Object (File)
Sep 2 2025, 8:26 PM
Unknown Object (File)
Sep 2 2025, 3:23 PM

Details

Reviewers
wulf
Summary

Remove the single 8822CU entry. It seems the only entry referencing
a USB device. The same device is listed with the 8822CE devices.

It is sad that we have to do this edit in three places.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 66744
Build 63627: arc lint + arc unit

Event Timeline

bz requested review of this revision.Sep 1 2025, 6:35 PM

I have no strong opinion if this right or not. This list is derived from Linux driver with no modifications.
Probably, it has many more duplications. All vendor "0x0bda" devices are handled by generic Realtek entry.

This revision is now accepted and ready to land.Sep 6 2025, 1:50 AM