Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions data/udev/99-thrustmaster-wheel-perms.rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ GOTO="end"
LABEL="thrustmaster-rules"

DRIVER=="tmff2" GOTO="tmff-new"
DRIVER=="hid-tmff-new", GOTO="tmff-new"
DRIVER=="hid-t150", GOTO="t150"
DRIVER!="t500rs", GOTO="end"

# Thrustmaster T500RS Racing Wheel (USB)
ATTRS{idProduct}=="b65e", DRIVER=="t500rs", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range gain spring_level damper_level friction_level'"
DRIVER=="hid-tmff-new" GOTO="tmff-new"
DRIVER=="hid-t150" GOTO="t150"

GOTO="end"

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

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

GOTO="end"

LABEL="t150"
Expand Down