Skip to content

Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX and TS-XW wheels

License

Notifications You must be signed in to change notification settings

Kimplul/hid-tmff2

 
 

Repository files navigation

Linux kernel module for the Thrustmaster T300RS wheel

This branch

is for 'testing' spinlocks and other locking mechanisms.

Current state

Playable. I've made some improvements to the dynamic updating of effects, and while still far for perfect, the experience is slowly getting better and better. Some drawbacks include missing dynamic updating of ramp effects and in some games inconsistent pedal mapping. Meaning that all pedals should be detected in games, but may be mapped incorrectly.

Anycase, this version is usable in most force feedback games, supports rangesetting as well as gain and autocentering along with most force feedback effects.

Small note

While I haven't personally come across any crashes or lockups with this version, I can't promise that they won't occur under any circumstances.

With that in mind,

Installation

  • Unplug wheel from computer
  • git clone https://github.com/Kimplul/hid-tmff2.git
  • make
  • sudo make install
  • Plug wheel back in
  • reboot (not strictly necessary, but definitely recommended)

Done!

Additional tidbits

  • Change range:

Write a value between 0 and 1080 to /sys/bus/devices/XXXX:044F:B66E.XXX/range

  • Change autocenter and gain:

Use the default evdev ways, i.e. https://www.kernel.org/doc/html/v5.1/input/ff.html

This should make sure that the wheel behaves like you'd want from a wheel.

About

Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX and TS-XW wheels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages