Skip to content

Commit

Permalink
Change udev rules to use TAG+="uaccess", which should work on more di…
Browse files Browse the repository at this point in the history
…stros.
  • Loading branch information
FrostyCoolSlug committed Mar 28, 2022
1 parent 6f207b4 commit 7cacc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 50-goxlr.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SUBSYSTEM=="usb", ATTR{idVendor}=="1220", ATTR{idProduct}=="8fe4", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="1220", ATTR{idProduct}=="8fe0", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="1220", ATTR{idProduct}=="8fe4", TAG+="uaccess"
SUBSYSTEM=="usb", ATTR{idVendor}=="1220", ATTR{idProduct}=="8fe0", TAG+="uaccess"

0 comments on commit 7cacc19

Please sign in to comment.