aboutsummaryrefslogtreecommitdiff
path: root/udev/98-gpiod.rules
diff options
context:
space:
mode:
Diffstat (limited to 'udev/98-gpiod.rules')
-rw-r--r--udev/98-gpiod.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/98-gpiod.rules b/udev/98-gpiod.rules
index 4961d33..01a05ed 100644
--- a/udev/98-gpiod.rules
+++ b/udev/98-gpiod.rules
@@ -1,2 +1,2 @@
-# Grants GPIO access to the gpio group.
+# This rule grants the `gpio` group access to GPIO devices.
SUBSYSTEM=="gpio", KERNEL=="gpiochip*", GROUP="gpiod", MODE="0660"