--- trunk/udev/udev-zaptel.rules.magellan 2008/03/22 18:13:36 516 +++ trunk/udev/udev-zaptel.rules.magellan 2009/04/24 14:19:13 760 @@ -1,5 +1,5 @@ # /etc/udev/rules/40-zaptel.rules: device naming rules for udev -# $Header: /root/magellan-cvs/src/udev/udev-zaptel.rules.magellan,v 1.1 2008-03-22 18:13:36 niro Exp $ +# $Header: /root/magellan-cvs/src/udev/udev-zaptel.rules.magellan,v 1.2 2009-04-24 14:19:13 niro Exp $ # # There are a number of modifiers that are allowed to be used in some # of the different fields. They provide the following subsitutions: @@ -18,8 +18,8 @@ # file that can be run before this one. # -KERNEL=="zap[0-9]*", NAME="zap/%n" -KERNEL=="zapchannel", NAME="zap/channel" -KERNEL=="zapctl", NAME="zap/ctl" -KERNEL=="zappseudo", NAME="zap/pseudo" -KERNEL=="zaptimer", NAME="zap/timer" +KERNEL=="zap[0-9]*", NAME="zap/%n", GROUP="dialout" +KERNEL=="zapchannel", NAME="zap/channel", GROUP="dialout" +KERNEL=="zapctl", NAME="zap/ctl", GROUP="dialout" +KERNEL=="zappseudo", NAME="zap/pseudo", GROUP="dialout" +KERNEL=="zaptimer", NAME="zap/timer", GROUP="dialout"