diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128, T-GT II and TS-XW wheels +# Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128, T-GT II, TS-PC and TS-XW wheels > **DISCLAIMER:** The module is ready for use in most force > feedback games, supports rangesetting as well as gain and autocentering along @@ -14,7 +14,7 @@ ## Description A Linux kernel module for Thrustmaster T300RS, T248, and (experimental support) -TX and TS-XV wheels. +TX, TS-PC and TS-XV wheels. I've been working on enhancing the real-time updating of effects, and although it's not flawless yet, the overall experience is gradually improving. There are @@ -29,9 +29,13 @@ with this driver. TX support was contributed by [@davidedmundson](https://github.com/davidedmundson), + TS-XW support was contributed by [@yassineimounachen](https://github.com/yassineimounachen). +TS-PC support was contributed by +[@BDave95](https://github.com/BDave95) + ## Installation You can either install this kernel module by using DKMS or @@ -62,7 +66,8 @@ sudo pacman -S linux-neptune-68-headers If none of the above work, please do open up an issue. -Joystick utilities from [linuxconsole tools](http://sf.net/projects/linuxconsole/) are needed for `udev` rules to work: +Joystick utilities from [linuxconsole tools](http://sf.net/projects/linuxconsole/) +are needed for `udev` rules to work: ```shell sudo apt install joystick # Debian-based sudo pacman -S joyutils # Arch-based @@ -111,7 +116,8 @@ sudo yum install linuxconsoletools # Fedora-based > **NOTE:** When using Secure Boot and DKMS, you need to remember to add DKMS MOK certificate > otherwise the module won't be loaded and the wheel might function incorrectly/not at all. -> You can follow the steps [here](https://github.com/dell/dkms?tab=readme-ov-file#secure-boot) on how to add DKMS MOK certificate. +> You can follow the steps [here](https://github.com/dell/dkms?tab=readme-ov-file#secure-boot) +> on how to add DKMS MOK certificate. > **WARNING:** There have been reports that this driver does not work if > the wheel's firmware version is older than v. 31. To update the firmware, you @@ -130,7 +136,6 @@ for wheels: + [T500 RS](https://github.com/Kimplul/hid-tmff2/issues/18) + [T818](https://github.com/Kimplul/hid-tmff2/issues/58) -+ [TS-PC](https://github.com/Kimplul/hid-tmff2/issues/65) ## Common issues and notes |
