Skip to content

Commit df69c9d

Browse files
authored
Update Thrustmaster T500RS udev rule (#309)
For Kimplul/hid-tmff2#175. This also breaks nothing existing/working as the old attempt never crossed the finishing line.
1 parent c765f14 commit df69c9d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

data/udev/99-thrustmaster-wheel-perms.rules

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ GOTO="end"
1010
LABEL="thrustmaster-rules"
1111

1212
DRIVER=="tmff2" GOTO="tmff-new"
13-
DRIVER=="hid-tmff-new", GOTO="tmff-new"
14-
DRIVER=="hid-t150", GOTO="t150"
15-
DRIVER!="t500rs", GOTO="end"
16-
17-
# Thrustmaster T500RS Racing Wheel (USB)
18-
ATTRS{idProduct}=="b65e", DRIVER=="t500rs", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range gain spring_level damper_level friction_level'"
13+
DRIVER=="hid-tmff-new" GOTO="tmff-new"
14+
DRIVER=="hid-t150" GOTO="t150"
1915

2016
GOTO="end"
2117

@@ -39,6 +35,9 @@ ATTRS{idProduct}=="b692", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range gain spring
3935
# Thrustmaster TS-PC Racing Wheel (USB)
4036
ATTRS{idProduct}=="b689", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range gain spring_level damper_level friction_level'"
4137

38+
# Thrustmaster T500RS Racing Wheel (USB)
39+
ATTRS{idProduct}=="b65e", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range gain spring_level damper_level friction_level'"
40+
4241
GOTO="end"
4342

4443
LABEL="t150"

0 commit comments

Comments
 (0)