aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-03docs: update README.mdSteve Mathew Joy
2023-10-03docs: update TODO.mdRaySlash
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-09-10add tx stuff to READMEKimplul
2023-08-23Merge branch 'tx_support'Kimplul
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-03-24update README to current stateKimplul
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-09-10fix duration updatingKimplul
2022-09-05Update README with windows driver install infoKimplul
2022-09-02fix unused variable warningKimplul
2022-09-02always update effect durationKimplul
+ According to discussion in #43 this is more along the lines of what other wheels do.
2022-07-29Update README.mdKimplul
As discussed in #46
2022-07-26Merge pull request #45 from Kimplul/directionKimplul
update direction
2022-07-25Merge pull request #44 from gou4shi1/masterKimplul
Fixed `state->old` may be updated incorrectly.
2022-07-25fix state->old may be updated incorrectlyguangqing.chen
2022-07-12update directionKimplul
2022-05-18Update README.mdKimplul
2022-04-10Merge pull request #40 from MmAaXx500/dkms-module-nameKimplul
Update module name in dkms.conf
2022-04-10Update module name in dkms.confMmAaXx500
2022-04-08mention fw updatingKimplul
2022-04-08change mentions of hid-tmt300rs to hid-tmff-newKimplul
2022-04-08Update README.mdKimplul
2022-04-08Merge branch 't248'Kimplul
2022-04-02remove debugging printKimplul
2022-04-02set alt_mode to not reset the wheel's modeKimplul
2022-03-25change 'native' to 'base'Kimplul
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-24Merge branch 't248' of 192.168.122.1:~/Documents/Projects/hid-tmff2 into t248Kimplul
2022-03-24fixed possible kernel oops when unplugging deviceKimplul
2022-03-23fixed possible kernel oops when unplugging deviceKimplul
2022-03-23test open/closeKimplul
2022-03-21annotate t248 rdescKimplul
2022-03-20dump default rdescKimplul
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
2022-03-12rename jiffies_now -> time_nowKimplul
2022-03-12change errors to warnings in work_handlerKimplul
2022-03-11add locks around work handlerKimplul
2022-03-11move to using delayed workqueuesKimplul
2022-03-11more sensible handling of effect updatingKimplul