| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-04 | use on_hid_hw_open instead of input_dev->open | Kimplul | |
| + 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-23 | remove extra whitespace | Kimplul | |
| 2025-11-23 | apply initial tspc patches | Kimplul | |
| + Courtesy of @BDave95 | |||
| 2025-11-03 | minimize critical section in work handler | Kimplul | |
| + Effects handlers were being called in a locked context, which in this case happened to work due to how `hid_hw_request` is implemented. Now, only the selected state is updated and the heavy lifting of making the wheel aware of the requested changes is done after the critical section. | |||
| 2024-04-21 | Add support for TS-XW Racer | yassine | |
| 2023-10-08 | docs: general tidbits | Kimplul | |
| 2023-10-02 | src: initial refactoring | RaySlash | |
