aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-28typo, contributes -> contributedKimplul
2024-04-21Update README.mdKimplul
mention TS-XW initialization
2024-04-21Update README.mdKimplul
forgot the @ sign
2024-04-21Update README.mdKimplul
2024-04-21Merge pull request #94 from yassineimounachen/tsxwKimplul
Add support for TS-XW Racer
2024-04-21Add support for TS-XW Raceryassine
2024-04-05Merge pull request #91 from konchunas/patch-1Kimplul
Add SteamDeck specific headers dependency
2024-04-05Add SteamDeck specific headers dependencyJulian Konchunas
2024-04-04fix error ladder in tmff2_wheel_initKimplul
2024-04-02add note about DKMS installKimplul
2023-12-18Update README.mdKimplul
2023-12-04make it more unlikely to fill up USB bufferKimplul
2023-10-25Merge branch 'RaySlash-dkms'Kimplul
2023-10-25dkms: bump versionRaySlash
2023-10-14Merge branch 'RaySlash-rebase'Kimplul
2023-10-08docs: remove highlighting from urlKimplul
2023-10-08docs: add TS-PC racer to list of open requestsKimplul
+ Move list from CONTRIBUTING to README
2023-10-08docs: general tidbitsKimplul
2023-10-08docs: mostly tweak structure and formattingKimplul
+ Still have to check that everything renders properly on GitHub.
2023-10-08dkms: fix file pathsKimplul
2023-10-08deps: fix missing deps/Kimplul
2023-10-04deps: update pathsRaySlash
2023-10-04deps: update tminit to hid-tminitRaySlash
2023-10-04deps: fix path and pass buildRaySlash
2023-10-04dkms: update scriptRaySlash
2023-10-04deps: update MakefileRaySlash
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)
2023-10-04docs: update shields in README.mdRaySlash
2023-10-04docs: rename and updateRaySlash
- Add dir `docs/effects/` - Rename existing `docs/FFBEffects-*.md` to `docs/effects/FFBEFFECTS_*.md` - Update double backticks with single to improve consistency
2023-10-04docs: update CONTRIBUTING.mdSteve Mathew Joy
2023-10-03docs: update README.mdSteve Mathew Joy
2023-10-03docs: update TODO.mdRaySlash
2023-10-02src: initial refactoringRaySlash
2023-09-23update SPDX-commentsKimplul
+ Module uses MODULE_LICENSE("GPL") which corresponds to GPL-2.0-or-later, not GPL-2.0. Also makes LICENSE file compliant.
2023-09-10add tx stuff to READMEKimplul
2023-08-23Merge branch 'tx_support'Kimplul
2023-08-23Add support for Thrustmaster TXDavid Edmundson
This utilises most of the same logic as the T300, but with a separate sequences for the range, open and close. This is based on a device with an F1 wheel attachment, this might need extending in the future.
2023-03-24update README to current stateKimplul
2023-02-09delete sys/friction_level on removeKimplul
2023-02-09add open_mode module parameterKimplul
+ open_mode = 1 (default) sends out mode switch commands on open/close, open_mode = 0 sets the wheel into 'open' mode once at init
2023-01-16removed redundant checkKimplul
+ Fixes warning with newer versions of gcc
2022-09-10fix duration updatingKimplul
2022-09-05Update README with windows driver install infoKimplul
2022-09-02fix unused variable warningKimplul
2022-09-02always update effect durationKimplul
+ According to discussion in #43 this is more along the lines of what other wheels do.
2022-07-29Update README.mdKimplul
As discussed in #46
2022-07-26Merge pull request #45 from Kimplul/directionKimplul
update direction
2022-07-25Merge pull request #44 from gou4shi1/masterKimplul
Fixed `state->old` may be updated incorrectly.
2022-07-25fix state->old may be updated incorrectlyguangqing.chen
2022-07-12update directionKimplul