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, 2 insertions, 0 deletions
diff --git a/udev/98-gpiod.rules b/udev/98-gpiod.rules
new file mode 100644
index 0000000..4961d33
--- /dev/null
+++ b/udev/98-gpiod.rules
@@ -0,0 +1,2 @@
+# Grants GPIO access to the gpio group.
+SUBSYSTEM=="gpio", KERNEL=="gpiochip*", GROUP="gpiod", MODE="0660"