From 70e77c2b3b9887da989bd3d65333adbe96c10018 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 25 Apr 2021 14:01:53 -0500 Subject: [PATCH] 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. --- etc/91-g13.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/91-g13.rules b/etc/91-g13.rules index 912c15a..0a113c2 100644 --- a/etc/91-g13.rules +++ b/etc/91-g13.rules @@ -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"