aboutsummaryrefslogtreecommitdiff
path: root/hid-tmff2.c
AgeCommit message (Collapse)Author
2023-09-23update SPDX-commentsKimplul
+ Module uses MODULE_LICENSE("GPL") which corresponds to GPL-2.0-or-later, not GPL-2.0. Also makes LICENSE file compliant.
2023-08-23Add support for Thrustmaster TXDavid Edmundson
This utilises most of the same logic as the T300, but with a separate sequences for the range, open and close. This is based on a device with an F1 wheel attachment, this might need extending in the future.
2023-02-09delete sys/friction_level on removeKimplul
2023-02-09add open_mode module parameterKimplul
+ open_mode = 1 (default) sends out mode switch commands on open/close, open_mode = 0 sets the wheel into 'open' mode once at init
2023-01-16removed redundant checkKimplul
+ Fixes warning with newer versions of gcc
2022-07-25fix state->old may be updated incorrectlyguangqing.chen
2022-03-25change alternate mode handlingKimplul
2022-03-24add master gainKimplul
2022-03-24fix work handler being run after destructionKimplul
2022-03-24fixed possible kernel oops when unplugging deviceKimplul
2022-03-20add initial t248 supportKimplul
2022-03-20merge headers into oneKimplul
2022-03-14don't include .c directlyKimplul
Arguably more hygienic.
2022-03-12fix crashesKimplul
2022-03-12allow for wheel 'backends'Kimplul
2020-07-08remove old test codekimi
2020-07-08small changes, nothing on value (I assume)Kimplul
2020-07-05improved feel of constant force, still no clue why random crashes occurKimplul
2020-06-27somewhat successfully played DiRT Rally with my T300RS wheel for the first timeKimplul
2020-06-27furtherkimi
2020-06-27more testingkimi
2020-06-26more testing with timeoutskimi
2020-06-26whatkimi
2020-06-26more testingKimplul
2020-06-26more testingKimplul
2020-06-26testing some sleeping methodskimi
2020-06-26patched weird behaviour when reinserting the wheelkimi
2020-06-26testingkimi
2020-06-23Fixed weird behaviour in the first init stagekimi
2020-06-23We have motion!kimi
2020-06-12Trying to be GPL-2.0 compliant, not sure if I'm doing it right.kimi
2020-06-12Some small steps in the right directionkimi
- Added some more initialisation blobs, they seem to dictate autocentering and wheel rotation among other things
2020-06-04small improvements, no more ERRNO -75, but still doesn't quite workkimi
2020-05-11Changes for the daykimi
2020-05-11testkimi
2020-05-11first fftest run without crashkimi
2020-05-07initial commitkimi