aboutsummaryrefslogtreecommitdiff
path: root/src/tmtx/hid-tmtx.c
AgeCommit message (Collapse)Author
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
2024-08-08make some functions static to silence warningsKimplul
2023-10-04src, deps, docs: updateRaySlash
- Update the effects documents - Rename `hid-tm*` to `tm*` for folders - Move `Makefile` and `Kbuild` to root - Add `deps/` and move in [hid-tminit](https://github.com/scarburato/hid-tminit/commit/9375f6c7d83af5dd6c8b8fe30351d0f36043b20a)