From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Muizelaar Date: Fri, 01 Jul 2005 22:40:00 +0000 Subject: Re: linux1394 udev rules Message-Id: <20050701224000.GA31676@debian> List-Id: References: <20050701171747.GA30817@debian> In-Reply-To: <20050701171747.GA30817@debian> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Fri, Jul 01, 2005 at 08:10:12PM +0200, Kay Sievers wrote: > KERNEL="raw1394", NAME="%k", GROUP="users" > KERNEL="dv1394*", NAME="dv1394/%n", GROUP="users" > KERNEL="video1394*", NAME="video1394/%n", GROUP="users" > > Hmm, group assignments are distro policy, we can't do that by default. > The names look like devfs-style rules. What are the lsb-style node names? Afaik, the lsb and devfs styles are the same... The debian MAKEDEV script does: raw1394) makedev raw1394 c 171 0 $disk ;; video1394) rm -f video1394 mkdir -p video1394 for i in `seq 0 15` do makedev video1394/$i c 171 `math 16 + $i` $video done ;; -Jeff ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel