rtl8852au
rtl8852au copied to clipboard
Combine with RTL8852BU?
Currently we are developing a new produce with 8852bu and I just randomly found this place. Besides our shared hatred to how many debug messages this thing prints I saw a lot of mentioning of AU and CU variants in the code. This leads me wondering if we can combine our existing codes together, so the maintenance effort can be shared between those 2 very similar devices.
We published our code at https://github.com/radxa/rtl8852bu. Vendor version rtl8852BU_WiFi_linux_v1.15.7-112-g1d36f2f7.20211227.
You should look into adding USB support to the in-kernel rtw89 driver. That one already supports the A, B, and C variants but currently only with PCI interface.
I have looked into adding USB support. One problem is that the PCI support is changing so rapidly that keeping up is a major undertaking. Now, I am not well and putting in the necessary effort is beyond me. You are welcome to the undertaking.