| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-12 | rename jiffies_now -> time_now | Kimplul | |
| 2022-03-12 | change errors to warnings in work_handler | Kimplul | |
| 2022-03-11 | add locks around work handler | Kimplul | |
| 2022-03-11 | move to using delayed workqueues | Kimplul | |
| 2022-03-11 | more sensible handling of effect updating | Kimplul | |
| 2022-01-27 | add generic desktop usage page after shifter | Kimplul | |
| + Not sure if strictly necessary, but follows better form (I think) | |||
| 2022-01-27 | add in stick shifter to T300RS PS4 rdesc | Kimplul | |
| 2021-12-03 | Revert to more standard pedal mapping | Kimplul | |
| Remap in games when needed. | |||
| 2021-12-03 | Normal mode pedal default inputs fixed | Kimplul | |
| + Defaults modified in accordance to DiRT 4 T300RS defaults. Should work alright in other games as well. | |||
| 2021-12-01 | Removed constant attribute | Kimplul | |
| 2021-12-01 | Added inputs to ps4 rdesc based on my wheel | Kimplul | |
| 2021-12-01 | Detect PS4 mode | Kimplul | |
| FFB seems to be working, buttons are recognised but no input from wheel rotation or pedals. | |||
| 2021-11-03 | Added T300RS advanced mode rdesc | Kimplul | |
| 2021-10-24 | Added adv_mode | Kimplul | |
| + Doesn't seem to do anything to my wheel, but I don't have the wheel attachment that this mode is intended for, needs further testing in other words. | |||
| 2021-07-18 | Improved periodic effect | Kimplul | |
| 2021-07-18 | Fixed constant issue | Kimplul | |
| 2021-07-17 | Continued cleanup | Kimplul | |
| 2021-07-14 | More radical clean: functionality needs testing | Kimplul | |
| 2021-07-14 | Small cleanup | Kimplul | |
| 2021-06-08 | Merge dkms into master | Kimplul | |
| 2021-05-12 | Update README.md | Kimplul | |
| 2021-03-24 | Added check to kstrtouint | kimi | |
| 2021-03-24 | Code styling, follows Linux kernel standards | kimi | |
| 2021-03-24 | Merge branch 'minalloc' | Kimplul | |
| 2021-01-08 | Update README.md | Kimplul | |
| 2021-01-08 | Improved error handling and detection | Kimplul | |
| 2021-01-08 | Made timer user configurable | Kimplul | |
| 2020-12-22 | Removed deprecated and uneccessary kzfree | Kimplul | |
| 2020-12-21 | Update README.md | Kimplul | |
| 2020-12-13 | Added better support for FF modifiers | Kimplul | |
| Such as the ones found in Oversteer. | |||
| 2020-11-23 | Update README.md | Kimplul | |
| 2020-11-18 | Merge branch 'master' of https://github.com/Kimplul/hid-tmff2 into master | Kimplul | |
| 2020-11-18 | Added depmod to install | Kimplul | |
| 2020-11-13 | Fixed path to range file | Kimplul | |
| 2020-11-06 | Merge branch 'master' of https://github.com/Kimplul/hid-tmff2 into master | Kimplul | |
| 2020-11-06 | Fixed issue with sometimes stuck update flags | Kimplul | |
| 2020-11-06 | Fixed range setting after I borked it | Kimplul | |
| 2020-11-06 | Fixed indexing of send_buffer with regard to new interrupt mechanism | Kimplul | |
| 2020-11-06 | Major cleanup | Kimplul | |
| + Removal of unecessary testing/debug code + Removal of manual little-endian conversion, as the compiler does it automatically | |||
| 2020-11-05 | Fixed input reading | kimi | |
| 2020-11-05 | Fixed, which means this probably won't work for you guys | kimi | |
| 2020-11-05 | Merge branch 'spinlocks' of https://github.com/Kimplul/hid-tmff2 into spinlocks | kimi | |
| 2020-11-05 | Changed report card | kimi | |
| 2020-11-05 | Revert "Added quick and dirty mutex locking mechanism" | Kimplul | |
| This reverts commit 3b8c292f15367aa43953325441e08102f4ae8aeb. | |||
| 2020-11-05 | Removed version control artefacts | kimi | |
| 2020-11-05 | Merge branch 'spinlocks' of https://github.com/Kimplul/hid-tmff2 into spinlocks | kimi | |
| 2020-11-05 | Added quick and dirty mutex locking mechanism | kimi | |
| We only send out force commands when the wheel has sent back an ack | |||
| 2020-11-04 | Added interrupts in after initial interrupts out | Kimplul | |
| I really don't know why they would matter, but hey, one step closer to imitating Windows. Woo. | |||
| 2020-11-03 | One more attempt to imitate the Windows driver | Kimplul | |
| Sending out some more weird interrupts when opening device, doubt they're actually useful for anything. | |||
| 2020-11-03 | Added command to init sequence | Kimplul | |
