udev: Add commented out rule to set group owner to "iocard".
authorIan Abbott <abbotti@mev.co.uk>
Tue, 28 Aug 2012 09:41:34 +0000 (10:41 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Tue, 28 Aug 2012 09:41:34 +0000 (10:41 +0100)
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.

etc/udev/z99_comedi.rules

index c6303acfdd39da117594ee03b8b0e3914d3ca6b6..17293a843e280193dd1b85fa921bce10922e31f0 100644 (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"