| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-23 | point to tspc branch in hid-tminit | Kimplul | |
| 2025-11-23 | apply initial tspc patches | Kimplul | |
| + Courtesy of @BDave95 | |||
| 2025-11-07 | highlight ramp <-> sawtooth relationship | Kimplul | |
| 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-10-03 | Silence deprecation warning with DKMS >= 3.1.8 | Kimplul | |
| 2025-07-28 | Merge branch 'MmAaXx500-refactor-duration' | Kimplul | |
| 2025-07-28 | Merge branch 'refactor-duration' of github.com:MmAaXx500/hid-tmff2 into ↵ | Kimplul | |
| MmAaXx500-refactor-duration | |||
| 2025-07-28 | Merge branch 'MmAaXx500-fix-periodic-len' | Kimplul | |
| 2025-07-24 | refactor effect length calculation | MmAaXx500 | |
| - do the calculation in only one place - avoid losing 1 ms (if it ever matters) | |||
| 2025-07-24 | fix periodic effect length on update | MmAaXx500 | |
| Avoid subtracting twice from the length of the effect first time in t300rs_calculate_periodic_values second time in t300rs_update_periodic | |||
| 2025-06-28 | bump tminit | Kimplul | |
| 2025-04-22 | Merge pull request #156 from danielpokladek/patch-1 | Kimplul | |
| Adds reminder to add MOK certificate if using Secure Boot + DKMS. | |||
| 2025-04-20 | Adds reminder to add MOK certificate if using Secure Boot + DKMS. | Daniel Pokladek | |
| 2025-04-12 | fix typo in REAMDE | Kimplul | |
| 2025-02-03 | Separate uaccess to another udev file | Kimplul | |
| + My understanding is that mainly the SteamDeck requires uaccess, most other systems can do without. Unfortunately, due to a bug in SDL, uaccess causes most other systems to not detect input, so we don't want uaccess to be on by default, at least for now | |||
| 2025-01-26 | irqsave/irqrestore spinlocks | Kimplul | |
| 2024-12-28 | Merge pull request #135 from foriequal0/docs/linuxconsole-tools | Kimplul | |
| Update README to mention linuxconsole tools dependencies | |||
| 2024-12-28 | Update README to mention linuxconsole tools dependencies | SeongChan Lee | |
| 2024-12-18 | add some notes about T-GT II | Kimplul | |
| 2024-12-18 | make firmware check a warning | Kimplul | |
| + Apparently this allows the T-GT II to work, as it shows up as a PS4 T300 RS, just that it has a different firmware version. Eventually I should maybe look into the firmware response a bit closer and check if I can fish out wheel information or something along those lines to improve wheel detection. | |||
| 2024-12-08 | steamdeck installation is apparently a bit tricky | Kimplul | |
| 2024-12-07 | fix jscal for T248 | Kimplul | |
| 2024-12-07 | mention udev make command in dkms install as well | Kimplul | |
| 2024-12-07 | provide make command to install udev rules | Kimplul | |
| + I guess it's kind of silly to require people to create and populate files manually, no clue why I haven't done this before | |||
| 2024-11-24 | add jscal commands to udev example | Kimplul | |
| + I've been meaning to do this for a while (apparently since #42), finally got around to doing it. | |||
| 2024-11-24 | Merge pull request #128 from MmAaXx500/linux612-compat | Kimplul | |
| fix report_fixup() on linux 6.12 | |||
| 2024-11-24 | fix report_fixup() on linux 6.12 | MmAaXx500 | |
| "HID: change return type of report_fixup() to const" fe73965 | |||
| 2024-10-17 | Update README.md | Kimplul | |
| + Make evdev rules easier to copypaste | |||
| 2024-09-01 | Merge pull request #110 from MmAaXx500/forcecorrect_p3 | Kimplul | |
| Effect corrections part3 | |||
| 2024-09-01 | fix style | MmAaXx500 | |
| 2024-09-01 | fix incorrect return type | MmAaXx500 | |
| 2024-09-01 | fix missing cpu_to_le16 | MmAaXx500 | |
| 2024-08-22 | doc cleanup | MmAaXx500 | |
| 2024-08-22 | rework envelope handling | MmAaXx500 | |
| 2024-08-22 | envelope documentation | MmAaXx500 | |
| 2024-08-17 | remember to reference new usb-tminit in dkms | Kimplul | |
| + Fixes #116 | |||
| 2024-08-13 | Update README.md | Kimplul | |
| + Add T128 | |||
| 2024-08-13 | point to usb branch in tminit | Kimplul | |
| 2024-08-13 | Merge branch 't128' | Kimplul | |
| 2024-08-08 | make some functions static to silence warnings | Kimplul | |
| 2024-08-05 | refer to NixOS package | Kimplul | |
| + #113 | |||
| 2024-07-26 | use single packet in constant effect update | MmAaXx500 | |
| 2024-07-26 | document constant effect update packets | MmAaXx500 | |
| 2024-07-26 | use single packet in periodic effect update | MmAaXx500 | |
| 2024-07-26 | document periodic effect update packets | MmAaXx500 | |
| 2024-07-19 | fix ramp effect upload and update | MmAaXx500 | |
| 2024-07-19 | update ramp effect documentation | MmAaXx500 | |
| 2024-07-13 | Merge pull request #107 from MmAaXx500/forcecorrect_p2 | Kimplul | |
| Effect corrections part2 | |||
| 2024-07-13 | style fixes | MmAaXx500 | |
| 2024-07-11 | document new condition effect duration update | MmAaXx500 | |
