1 .TH UDEVD 8 "February 2004" "" "Linux Administrator's Manual"
3 udevd \- udev event serializer daemon
5 udevsend \- sends the event to udevd
7 .BI udevsend " hotplug-subsystem"
9 The environment must provide the following variables:
13 signifies the connection or disconnection of a device.
16 The sysfs devpath of the device without the mountpoint but a leading slash.
19 The sequence number of the event provided by the kernel.
20 If unset, the event bypasses the queue and will be executed immediately.
23 allows the serialization of
25 events. The events generated by the kernel may arrive in random order
26 in userspace, that makes it neccessary to reorder them.
29 takes care of the kernel supplied sequence number and arranges the events for
30 execution in the correct order. Missing sequences delay the execution of the
31 following events until a timeout of a maximum of 5 seconds is reached.
35 instance is executed in the background. All further events for the same device
36 are delayed until the execution is finished. This way there will never be more
37 than one instance running for a single device at the same time.
40 receives the events from
46 isn't already running,
55 was developed primarily by Kay Sievers <kay.sievers@vrfy.org>, with much help