Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Allowing hotplug and udev in the same root fs???
@ 2007-08-15 23:24 Ulf Samuelsson
  2007-08-16 13:03 ` Brad House
  0 siblings, 1 reply; 2+ messages in thread
From: Ulf Samuelsson @ 2007-08-15 23:24 UTC (permalink / raw)
  To: buildroot

Does it make sense to allow both Hotplug and udev?
Is it not so that you either have hotplug (real old...) or udev?

The following then would make sense.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Index: package/hotplug/Config.in
===================================================================
--- package/hotplug/Config.in   (revision 19502)
+++ package/hotplug/Config.in   (arbetskopia)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_HOTPLUG
        bool "hotplug"
        default n
+       depends on !BR2_PACKAGE_UDEV
        help
          Plug in new devices and use them immediately.
 
-------------------------------------------------------------------

Comments ?

BR
Ulf Samuelsson

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

* [Buildroot] Allowing hotplug and udev in the same root fs???
  2007-08-15 23:24 [Buildroot] Allowing hotplug and udev in the same root fs??? Ulf Samuelsson
@ 2007-08-16 13:03 ` Brad House
  0 siblings, 0 replies; 2+ messages in thread
From: Brad House @ 2007-08-16 13:03 UTC (permalink / raw)
  To: buildroot

Hmm, I thought udev and hotplug worked together.  Thought it
was something along the lines that hotplug would do the triggering
of driver module loading based on what new pci/usb ids showed up
on the system, since udev doesn't actually perform module loading
afaik.  Hotplug is/was also responsible for firmware loading, but
I'm not sure if that is true anymore ...

Truthfully, I can't provide much to this discussion as I haven't
really bothered to look into it for a while...

-Brad

Ulf Samuelsson wrote:
> Does it make sense to allow both Hotplug and udev?
> Is it not so that you either have hotplug (real old...) or udev?
> 
> The following then would make sense.
> 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Index: package/hotplug/Config.in
> ===================================================================
> --- package/hotplug/Config.in   (revision 19502)
> +++ package/hotplug/Config.in   (arbetskopia)
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_HOTPLUG
>         bool "hotplug"
>         default n
> +       depends on !BR2_PACKAGE_UDEV
>         help
>           Plug in new devices and use them immediately.
>  
> -------------------------------------------------------------------
> 
> Comments ?
> 
> BR
> Ulf Samuelsson
> 
> 
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
> 

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

end of thread, other threads:[~2007-08-16 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-15 23:24 [Buildroot] Allowing hotplug and udev in the same root fs??? Ulf Samuelsson
2007-08-16 13:03 ` Brad House

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox