meta-digi-dey: libdigiapix: Update GPIO rules for digiapix group.

This commit updates the GPIO udev rules to change the group owner
and permission of the new gpio char driver. This will allow users
that belong to the digiapix group to access the char driver.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>

https://jira.digi.com/browse/DEL-7255
This commit is contained in:
Mike Engel 2020-09-30 18:04:08 +02:00
parent 3786647d1c
commit 23b7815c17
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ SUBSYSTEM=="iio", GROUP="digiapix", MODE="0660"
SUBSYSTEM=="misc", GROUP="digiapix", MODE="0660", ENV{DEVNAME}=="/dev/watchdog"
SUBSYSTEM=="spidev", GROUP="digiapix", MODE="0660"
SUBSYSTEM=="watchdog",GROUP="digiapix", MODE="0660"
SUBSYSTEM=="gpio", GROUP="digiapix", MODE="0660", ACTION=="add"
#
# Use two different rules for GPIO's.