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:
June Tate-Gans 2021-04-25 14:01:53 -05:00
parent cf1caf7c7a
commit 70e77c2b3b

View File

@ -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"