diff --git a/data/udev/99-logitech-wheel-perms.rules b/data/udev/99-logitech-wheel-perms.rules index ba8cdd6..8c9d4c4 100644 --- a/data/udev/99-logitech-wheel-perms.rules +++ b/data/udev/99-logitech-wheel-perms.rules @@ -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" diff --git a/data/udev/99-thrustmaster-wheel-perms.rules b/data/udev/99-thrustmaster-wheel-perms.rules index 4178f04..2829d1b 100644 --- a/data/udev/99-thrustmaster-wheel-perms.rules +++ b/data/udev/99-thrustmaster-wheel-perms.rules @@ -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"