Rami Rosen wrote:
Hi,
One little remark:
The use of hotplug is now deprecated from kernel version 2.6.15 on.
See for example , http://lwn.net/Articles/166954
This is confusing:
From what I gather, udev traditionally does its work when the kernel
module is loaded and the device is already known (e.g.
KERNEL="hda[a-z]"). On the other hand, hotplug does its work when the
bus is enumerated and the device is discovered (as a bunch of PCI or USB
IDs -- not as "this is a hard drive") and loads the module, therefore
making udev trigger. How does the 2.6.15 udev take on hotplug's role?
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]