aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-11add locks around work handlerKimplul
2022-03-11move to using delayed workqueuesKimplul
2022-03-11more sensible handling of effect updatingKimplul
2022-01-27add generic desktop usage page after shifterKimplul
+ Not sure if strictly necessary, but follows better form (I think)
2022-01-27add in stick shifter to T300RS PS4 rdescKimplul
2021-12-03Revert to more standard pedal mappingKimplul
Remap in games when needed.
2021-12-03Normal mode pedal default inputs fixedKimplul
+ Defaults modified in accordance to DiRT 4 T300RS defaults. Should work alright in other games as well.
2021-12-01Removed constant attributeKimplul
2021-12-01Added inputs to ps4 rdesc based on my wheelKimplul
2021-12-01Detect PS4 modeKimplul
FFB seems to be working, buttons are recognised but no input from wheel rotation or pedals.
2021-11-03Added T300RS advanced mode rdescKimplul
2021-10-24Added adv_modeKimplul
+ 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-18Improved periodic effectKimplul
2021-07-18Fixed constant issueKimplul
2021-07-17Continued cleanupKimplul
2021-07-14More radical clean: functionality needs testingKimplul
2021-07-14Small cleanupKimplul
2021-06-08Merge dkms into masterKimplul
2021-05-12Update README.mdKimplul
2021-03-24Added check to kstrtouintkimi
2021-03-24Code styling, follows Linux kernel standardskimi
2021-03-24Merge branch 'minalloc'Kimplul
2021-01-08Update README.mdKimplul
2021-01-08Improved error handling and detectionKimplul
2021-01-08Made timer user configurableKimplul
2020-12-22Removed deprecated and uneccessary kzfreeKimplul
2020-12-21Update README.mdKimplul
2020-12-13Added better support for FF modifiersKimplul
Such as the ones found in Oversteer.
2020-11-23Update README.mdKimplul
2020-11-18Merge branch 'master' of https://github.com/Kimplul/hid-tmff2 into masterKimplul
2020-11-18Added depmod to installKimplul
2020-11-13Fixed path to range fileKimplul
2020-11-06Merge branch 'master' of https://github.com/Kimplul/hid-tmff2 into masterKimplul
2020-11-06Fixed issue with sometimes stuck update flagsKimplul
2020-11-06Fixed range setting after I borked itKimplul
2020-11-06Fixed indexing of send_buffer with regard to new interrupt mechanismKimplul
2020-11-06Major cleanupKimplul
+ Removal of unecessary testing/debug code + Removal of manual little-endian conversion, as the compiler does it automatically
2020-11-05Fixed input readingkimi
2020-11-05Fixed, which means this probably won't work for you guyskimi
2020-11-05Merge branch 'spinlocks' of https://github.com/Kimplul/hid-tmff2 into spinlockskimi
2020-11-05Changed report cardkimi
2020-11-05Revert "Added quick and dirty mutex locking mechanism"Kimplul
This reverts commit 3b8c292f15367aa43953325441e08102f4ae8aeb.
2020-11-05Removed version control artefactskimi
2020-11-05Merge branch 'spinlocks' of https://github.com/Kimplul/hid-tmff2 into spinlockskimi
2020-11-05Added quick and dirty mutex locking mechanismkimi
We only send out force commands when the wheel has sent back an ack
2020-11-04Added interrupts in after initial interrupts outKimplul
I really don't know why they would matter, but hey, one step closer to imitating Windows. Woo.
2020-11-03One more attempt to imitate the Windows driverKimplul
Sending out some more weird interrupts when opening device, doubt they're actually useful for anything.
2020-11-03Added command to init sequenceKimplul
2020-11-03Reverted changes made to opening/closing deviceKimplul
2020-11-03Added hacky sleep between init interruptsKimplul