aboutsummaryrefslogtreecommitdiff
path: root/hid-tmt248.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-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-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-21annotate t248 rdescKimplul
2022-03-20dump default rdescKimplul
2022-03-20add initial t248 supportKimplul