motolav
motolav
It'd make more sense to move the patches to generic than duplicate them in ipq806x
kernel 6.1 includes the emc2305 driver and you should see if the 6.1 driver can work without any patches [/package/kernel/linux/modules/hwmon.mk](https://github.com/openwrt/openwrt/blob/main/package/kernel/linux/modules/hwmon.mk) is where your package belongs The raspberry pi patches were...
> But these patches have quite significant changes. And I want to make the firmware with the corrected driver. No one has made an effort to upstream the patches so...
You shouldn't open new PRs for changes
Your wheel isn't defined in oversteer and your wheel likely isn't supported by any driver currently https://github.com/Kimplul/hid-tmff2 is probably the driver you need but it won't work as is You...
You could try replacing `#define TX_ACTIVE 0xb669` with `#define TX_ACTIVE 0xb67e` before you compile that driver and see if your wheel will work with that driver but it still wont...
> The Thrustmaster TMX is a racing wheel released by Thrustmaster in May 2016. It is the Xbox-compatible version of the [T150](https://www.pcgamingwiki.com/wiki/Controller:Thrustmaster_T150). I'm not sure if it'd be compatible with...
I'm waiting on a [ABitTop SATA upgrade board](http://www.abittop.com/2018/03/20/sata-upgrade-kit/) and I'd be willing to test out compatibility with it when there's progress with this.
@condaatje both lg4ff and HID++ drivers need device IDs explicitly declared, if you're able to compile your own drivers you can follow this commit in the kernel to modify the...
I'm not sure if did it right but I made a repo to test the HID++ driver with the changes I said just follow the same manual instructions as here...