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:
parent
3786647d1c
commit
23b7815c17
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue