Add USB VID/PID for the Realtek-vendor RTL8852CE Bluetooth
adapter to ng_ubt_rtl.c, ng_ubt.c ignore list, and rtlbtfw.
Other vendor variants (0x04ca, 0x04c5, 0x13d3, etc.) are
already supported.
Details
Details
- Reviewers
wulf
chip identifies as RTL8852C (lmp_subversion=0x8852)
and loads rtl8852cu_fw_v2.bin successfully via rtlbtfw(8).
Signed-off-by: Christos Longros <chris.longros@gmail.com>
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 71772 Build 68655: arc lint + arc unit
Event Timeline
Comment Actions
You're right, the generic Realtek rule already covers this. I missed the USB_VENDOR match at the top of the table. Thanks for pointing it out.
Comment Actions
You're right, the generic Realtek rule already covers this. I missed the USB_VENDOR match at the top of the table. Abandoning this diff.
Good point about the other 0x0bda entries too -- I can submit a cleanup diff to drop those if you'd like.