Skip to content

Commit

Permalink
Fix issues in last udev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
berarma committed Apr 29, 2024
1 parent 677c0c5 commit ff2d18d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/udev/99-logitech-wheel-perms.rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ GOTO="end"
LABEL="logitech-rules"

DRIVER=="logitech" GOTO="logitech-driver"
DRIVER!="logitech-hidpp-device" GOTO="logitech-hidpp-driver" GOTO="end"
DRIVER!="logitech-hidpp-device" GOTO="end"

# Logitech G PRO Racing Wheel for Xbox One and PC
ATTRS{idProduct}=="c272", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range leds/*/brightness; chmod 777 leds/ leds/*'"

# Logitech G923 Racing Wheel for Xbox One and PC
ATTRS{idProduct}=="c26e", DRIVER=="logitech-hidpp-device", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range leds/*/brightness; chmod 777 leds/ leds/*'"
ATTRS{idProduct}=="c26e", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range leds/*/brightness; chmod 777 leds/ leds/*'"

# Logitech G920 Driving Force Racing Wheel
ATTRS{idProduct}=="c262", DRIVER=="logitech-hidpp-device", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range'"
ATTRS{idProduct}=="c262", RUN+="/bin/sh -c 'cd %S%p; chmod 666 range'"

GOTO="end"

Expand Down
2 changes: 1 addition & 1 deletion data/udev/99-thrustmaster-wheel-perms.rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GOTO="end"

LABEL="thrustmaster-rules"

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

0 comments on commit ff2d18d

Please sign in to comment.