scarburato / hid-tminit

Linux driver to properly initialize some Thrustmaster Wheels
GNU General Public License v2.0
30 stars 9 forks source link

fix for kernel panic when initializing T300RS on some setups #1

Closed Kimplul closed 4 years ago

Kimplul commented 4 years ago

Here are the changes along with the fixes you asked me to make.

Should we pool our drivers into one repo, now that we(hopefully) have a more generic init system?

scarburato commented 4 years ago

Thanks. mergerd!

Should we pool our drivers into one repo, now that we(hopefully) have a more generic init system?

I'd like to first partially re-write the t150 driver to convert it to a hid driver like it should be (now it's an usb driver and causes binding conflicts with the hid subystem) before merging it in one repo and then see if it is possible to merge the t300 and the t150 drivers in one driver. (for example the ffb protocol used by the wheels it's different)

Of course, if you're satisfied with the state of this init driver you can keep a copy in your t300 repo

Kimplul commented 4 years ago

Sure, sounds good. Just hit me up when you feel you're ready for that, meanwhile I'll continue tweaking my driver.