BDave95
BDave95
Hello, first of all thank you very much for this project, if we had to wait for Thrustmaster do do anything for us ... well After following all steps in...
Deadzone problem solved in all Steam games i've tested by creating a udev rule, thanks for the link, shame on me as it was mentioned on the front page `/etc/udev/rules.d/99-joydev.rules`...
> Hi! Could you share what you did to get FFB working? Maybe point to a fork of this repo? > What I did was change the usb id for...
Good that you made it working too. I investigated more about my buttons mapping problem and in fact it was obvious : this driver initialize the wheel in standard mode...
Here are my diffs for all files i modified ``` --- org/hid-tmff2/Kbuild +++ hid-tmff2/Kbuild @@ -1,2 +1,2 @@ obj-m := hid-tmff-new.o -hid-tmff-new-y := src/hid-tmff2.o src/tmt300rs/hid-tmt300rs.o src/tmt248/hid-tmt248.o src/tmtx/hid-tmtx.o src/tmtsxw/hid-tmtsxw.o +hid-tmff-new-y :=...