linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Muizelaar <jeff@infidigm.net>
To: linux-hotplug@vger.kernel.org
Subject: Re: linux1394 udev rules
Date: Fri, 01 Jul 2005 22:40:00 +0000	[thread overview]
Message-ID: <20050701224000.GA31676@debian> (raw)
In-Reply-To: <20050701171747.GA30817@debian>

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_id\x16492&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

      parent reply	other threads:[~2005-07-01 22:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-01 17:17 linux1394 udev rules Jeff Muizelaar
2005-07-01 17:47 ` Ken Brush
2005-07-01 18:00 ` Kay Sievers
2005-07-01 18:10 ` Kay Sievers
2005-07-01 22:40 ` Jeff Muizelaar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050701224000.GA31676@debian \
    --to=jeff@infidigm.net \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).