From 604a4dd8aaa497d8ea05dbe6bac63cc4304d51ed Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Tue, 28 Aug 2012 10:41:34 +0100 Subject: [PATCH] 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. --- etc/udev/z99_comedi.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/udev/z99_comedi.rules b/etc/udev/z99_comedi.rules index c6303ac..17293a8 100644 --- a/etc/udev/z99_comedi.rules +++ b/etc/udev/z99_comedi.rules @@ -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" -- 2.26.2