morrownr / rtl8852bu

Linux Driver for USB WiFi Adapters that are based on the RTL8832BU and RTL8852BU Chipsets - v1.19.3 - 20230505
Other
81 stars 13 forks source link

Add support for CF955AX (3574:6121) #10

Closed JerryAZR closed 8 months ago

JerryAZR commented 8 months ago

I have a CF-955AX adapter which uses the RTL8832BU chip, but the device ID is 3574:6121 (not the realtek one) which is not included in this driver's supported devices.

I have added the ID to os_dep/linux/usb_intf.c. Not sure if this is the right thing to do but at least it works in my environment (Pop-OS 22.04 based on Ubuntu with kernel 6.5)

morrownr commented 8 months ago

Thanks. You did a good job.

@morrownr