aboutsummaryrefslogtreecommitdiff
path: root/src/tmtspc/hid-tmtspc.c
AgeCommit message (Collapse)Author
2026-01-26Revert "use on_hid_hw_open instead of input_dev->open"Kimplul
This reverts commit c26573d77369c042dc2b9a881a7f2ff88ddc0dd9. + `on_hid_hw_open` is apparently new enough that common distros don't have it yet, so let's wait a few years and try again. The old method works well enough and if not, just set `open_mode=0`.
2026-01-04use on_hid_hw_open instead of input_dev->openKimplul
+ Seems some applications can mess with input_dev->open, still unclear how but on_hid_hw_open seems to be a bit more reliable so use it for now at least
2025-11-23correct tspc range to be 1080Kimplul
2025-11-23fix TS-XW -> TS-PC in init messageKimplul
2025-11-23add alt mode sysfs fileKimplul
2025-11-23add tspc mode switch for testingKimplul
2025-11-23apply initial tspc patchesKimplul
+ Courtesy of @BDave95