SOURCES: udev.conf - synthesize added

freetz freetz at pld-linux.org
Sat Oct 22 18:21:07 CEST 2005


Author: freetz                       Date: Sat Oct 22 16:21:07 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- synthesize added

---- Files affected:
SOURCES:
   udev.conf (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/udev.conf
diff -u SOURCES/udev.conf:1.5 SOURCES/udev.conf:1.6
--- SOURCES/udev.conf:1.5	Tue Oct 18 21:47:56 2005
+++ SOURCES/udev.conf	Sat Oct 22 18:21:02 2005
@@ -18,3 +18,22 @@
 
 # The syslog(3) priority: "err", "info", or the numerical value.
 udev_log="err"
+
+#
+# Initial hotplug synthesizing method. Possible values:
+# udevstart (default) or udevsynthesize (new).
+# 
+# udevsynthesize gets all available devices from sysfs and synthesizes the
+# events these devices would have generated at creation time.
+# The events are directly passed to the udevd daemom socket. udevd does all the
+# work and runs all the events asynchronously. udevsynthesize itself does
+# not read any udev rule.
+#
+# It scans block and class devices to create the the device nodes for already
+# available devices, which obsoletes the run of udevstart.
+#
+# After that, it scans for bus devices, which events may load modules or
+# configure the device. If the bus type is known, the usual bus-specific
+# values are added to the event environment.
+#
+UDEV_STARTER="udevstart"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/udev.conf?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list