aboutsummaryrefslogtreecommitdiff
path: root/src/tmtx/hid-tmtx.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
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)