Re: USB for rtw89 driver?
From: Larry Finger <hidden>
Date: 2021-11-30 01:44:17
On 11/29/21 17:37, James wrote:
Does anyone know what this is? The releasenotes pdf says it came from Realtek. https://github.com/shiqishao/RTL8852AU_WiFi_linux_v1.15.0.1-0-g487ee886.20210714 What are the roadblocks to getting USB support in the kernel driver? Is it possible to have a USB part of the driver that uses the kernel part of the driver?
The file structure indicates that it is a variation of the USB driver from the Realtek group. As such, it will have all the flaws of that family of drivers. I have previously estimated that it would take about 6 months of work to get such a driver into shape to be submitted into staging. The approach taken in https://github.com/neojou/rtw89-usb will take a lot less time; however, without the cooperation of Realtek, it will take a lot of USB dumps to compare the communication with the chip to discover what differences there are between the PCI and USB versions, other than the obvious base platform data flow. Have you tried either the shiqishao or the neojou driver? If you are willing to provide me with a device, I could probably give you some help getting the neojou driver into kernel shape. Larry