linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux1394 udev rules
@ 2005-07-01 17:17 Jeff Muizelaar
  2005-07-01 17:47 ` Ken Brush
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jeff Muizelaar @ 2005-07-01 17:17 UTC (permalink / raw)
  To: linux-hotplug

Is it possible to add the the linux1394 udev rules to the udev
distribution so they don't need to be added separately?
See http://linux1394.org/faq.php#udev.

-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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux1394 udev rules
  2005-07-01 17:17 linux1394 udev rules Jeff Muizelaar
@ 2005-07-01 17:47 ` Ken Brush
  2005-07-01 18:00 ` Kay Sievers
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Ken Brush @ 2005-07-01 17:47 UTC (permalink / raw)
  To: linux-hotplug

On 7/1/05, Jeff Muizelaar <jeff@infidigm.net> wrote:
> Is it possible to add the the linux1394 udev rules to the udev
> distribution so they don't need to be added separately?
> See http://linux1394.org/faq.php#udev.

Maybe submit a patch?

-Ken


-------------------------------------------------------
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Ìk
_______________________________________________
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux1394 udev rules
  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
  3 siblings, 0 replies; 5+ messages in thread
From: Kay Sievers @ 2005-07-01 18:00 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Jul 01, 2005 at 10:47:08AM -0700, Ken Brush wrote:
> On 7/1/05, Jeff Muizelaar <jeff@infidigm.net> wrote:
> > Is it possible to add the the linux1394 udev rules to the udev
> > distribution so they don't need to be added separately?
> > See http://linux1394.org/faq.php#udev.
> 
> Maybe submit a patch?

No problem, I will pick them up and put them into the tree.

Thanks,
Kay


-------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux1394 udev rules
  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
  3 siblings, 0 replies; 5+ messages in thread
From: Kay Sievers @ 2005-07-01 18:10 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Jul 01, 2005 at 01:17:47PM -0400, Jeff Muizelaar wrote:
> Is it possible to add the the linux1394 udev rules to the udev
> distribution so they don't need to be added separately?
> See http://linux1394.org/faq.php#udev.

  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?

Kay


-------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux1394 udev rules
  2005-07-01 17:17 linux1394 udev rules Jeff Muizelaar
                   ` (2 preceding siblings ...)
  2005-07-01 18:10 ` Kay Sievers
@ 2005-07-01 22:40 ` Jeff Muizelaar
  3 siblings, 0 replies; 5+ messages in thread
From: Jeff Muizelaar @ 2005-07-01 22:40 UTC (permalink / raw)
  To: linux-hotplug

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-07-01 22:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).