aboutsummaryrefslogtreecommitdiff
path: root/hid-tmff2.h
AgeCommit message (Collapse)Author
2023-10-02src: initial refactoringRaySlash
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-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
2022-03-25allow only specific attachments to change modeKimplul
2022-03-25change alternate mode handlingKimplul
2022-03-24add master gainKimplul
2022-03-24fix work handler being run after destructionKimplul
2022-03-23fixed possible kernel oops when unplugging deviceKimplul
2022-03-23test open/closeKimplul
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