Skip to content

Commit

Permalink
Update Udev rules
Browse files Browse the repository at this point in the history
Don't restart Eruption on hotplug of `ROCCAT/Turtle Beach Elo 7.1 Air`
since it causes device dection/restart loops
  • Loading branch information
X3n0m0rph59 committed Feb 25, 2022
1 parent 403fad6 commit 21e8399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/udev/99-eruption.rules
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e7d", ATTRS{idProduct}=="2e
# Miscellaneous devices

# ROCCAT/Turtle Beach Elo 7.1 Air
ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e7d", ATTRS{idProduct}=="3a37", TAG+="systemd", ENV{SYSTEMD_WANTS}+="eruption-hotplug-helper.service"
# ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e7d", ATTRS{idProduct}=="3a37", TAG+="systemd", ENV{SYSTEMD_WANTS}+="eruption-hotplug-helper.service"

# ROCCAT Aimo Pad Wide
ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e7d", ATTRS{idProduct}=="343b", TAG+="systemd", ENV{SYSTEMD_WANTS}+="eruption-hotplug-helper.service"
Expand Down

0 comments on commit 21e8399

Please sign in to comment.