aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-12-11 18:43:02 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-12-11 18:43:02 +0200
commit26995429a3b92047f0c2f9ab90fe4202c86fd72b (patch)
tree9899e26576a95dbefd860c30769934551dd6810e /README.md
parentcc734a8c9195d752a65205bc727b2d33a8a8f60d (diff)
downloadhid-tmff2-26995429a3b92047f0c2f9ab90fe4202c86fd72b.tar.gz
hid-tmff2-26995429a3b92047f0c2f9ab90fe4202c86fd72b.zip
add TS-PC to README
+ Closes #177
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 436780f..ef1ccc2 100644
--- a/README.md
+++ b/README.md
@@ -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