udev: Add commented out rule to set group owner to "iocard".

There is already a commented out rule in the example udev rules file
"z99_comedi.rules" to set the mode to 0660 and set the group owner to
"comedi".  Add an almost identical commented out rule to set the group
owner to "iocard" as this is favoured by Debian.
This commit is contained in:
Ian Abbott 2012-08-28 10:41:34 +01:00
parent a3fe997aed
commit 604a4dd8aa
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ KERNEL=="comedi[0-9]*", MODE="0666"
# device files restricted to the "comedi" group
#KERNEL=="comedi[0-9]*", MODE="0660", GROUP="comedi"
# device files restricted to the "iocard" group
#KERNEL=="comedi[0-9]*", MODE="0660", GROUP="iocard"
LABEL="comedi_add_end"