mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
udev: Actually set the right group
Forgot to set the group for the nodes to input so that the user can manage it if needed.
This commit is contained in:
parent
cf1caf7c7a
commit
70e77c2b3b
@ -1 +1 @@
|
|||||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c21c", MODE="0660", TAG+="systemd", ENV{SYSTEMD_WANTS}="g13d.service"
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c21c", GROUP="input", MODE="0660", TAG+="systemd", ENV{SYSTEMD_WANTS}="g13d.service"
|
||||||
|
Loading…
Reference in New Issue
Block a user