aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Revert "Added license, I guess"Kimplul
This reverts commit cc2f8107f3bd34908f98e2104b53bcdeed0b562b. I am a moron and can't keep my tabs separate
2021-11-14Added license, I guessKimplul
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-10-05Update submodule hid-tminitKimplul
2021-09-23Updated hid-tminit to also use KDIRKimplul
2021-09-21Use $kernel_source_dir instead of uname in dkmsKimplul
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
2020-11-03Added .gitignoreKimplul
2020-11-03Small changes to closer imitate the Windows driverKimplul
2020-11-02Added mysterious control outKimplul