aboutsummaryrefslogtreecommitdiff
path: root/src/tmt300rs
AgeCommit message (Collapse)Author
2025-07-28Merge branch 'refactor-duration' of github.com:MmAaXx500/hid-tmff2 into ↵Kimplul
MmAaXx500-refactor-duration
2025-07-24refactor effect length calculationMmAaXx500
- do the calculation in only one place - avoid losing 1 ms (if it ever matters)
2025-07-24fix periodic effect length on updateMmAaXx500
Avoid subtracting twice from the length of the effect first time in t300rs_calculate_periodic_values second time in t300rs_update_periodic
2024-12-18make firmware check a warningKimplul
+ 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-09-01fix styleMmAaXx500
2024-09-01fix incorrect return typeMmAaXx500
2024-09-01fix missing cpu_to_le16MmAaXx500
2024-08-22rework envelope handlingMmAaXx500
2024-07-26use single packet in constant effect updateMmAaXx500
2024-07-26use single packet in periodic effect updateMmAaXx500
2024-07-19fix ramp effect upload and updateMmAaXx500
2024-07-13style fixesMmAaXx500
2024-07-11always update all condition effect parametersMmAaXx500
2024-06-25fix condition effect handlingMmAaXx500
- unified handling of all condition effects for uploads and updates - added new saturation parameters - added right, left, and right&left update type for saturation - added right&left update type for coefficient
2024-06-20Merge pull request #105 from MmAaXx500/forcecorrectKimplul
Force effect corrections part1
2024-06-20fix periodic effect offset calculationMmAaXx500
2024-06-20fix periodic effect magnitude and phase calculationMmAaXx500
2024-06-17correct constant force levelMmAaXx500
2024-06-16move effect repeat count to wheelKimplul
+ 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
2023-10-08docs: general tidbitsKimplul
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)