| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2025-01-26 | irqsave/irqrestore spinlocks | Kimplul | |
| 2024-11-24 | fix report_fixup() on linux 6.12 | MmAaXx500 | |
| "HID: change return type of report_fixup() to const" fe73965 | |||
| 2024-07-01 | Consider the delay to determine the length of the effect | MmAaXx500 | |
| 2024-06-16 | convert FF_RUMBLE ourselves | Kimplul | |
| 2024-06-16 | move effect repeat count to wheel | Kimplul | |
| + This avoids a slight stutter when an effect is restarted. I also had a bug in the original code that effectively stopped the playing of some effects, whoops | |||
| 2024-04-21 | Add support for TS-XW Racer | yassine | |
| 2024-04-04 | fix error ladder in tmff2_wheel_init | Kimplul | |
| 2023-12-04 | make it more unlikely to fill up USB buffer | Kimplul | |
| 2023-10-08 | docs: general tidbits | Kimplul | |
| 2023-10-02 | src: initial refactoring | RaySlash | |
