summaryrefslogtreecommitdiffstats
path: root/rules/udev.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:21:22 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:21:22 +0000
commit6a1da50a8645eb48001c459ae9f743a598669dd8 (patch)
treeee579a0276c65fb6ffcab2d900a8514fa4350700 /rules/udev.in
parenta2dd4bf8cad6dfa2bafb004ae45b6411c0e5f8a7 (diff)
downloadptxdist-6a1da50a8645eb48001c459ae9f743a598669dd8.tar.gz
ptxdist-6a1da50a8645eb48001c459ae9f743a598669dd8.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4238 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/udev.in')
-rw-r--r--rules/udev.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/rules/udev.in b/rules/udev.in
index 1a51db225..2c1f11486 100644
--- a/rules/udev.in
+++ b/rules/udev.in
@@ -4,27 +4,64 @@ config UDEV
config UDEV_UDEV
bool "udev"
depends on UDEV
+ help
+ udev provides a dynamic device directory containing only
+ the files for actually present devices. It creates or
+ removes device node files in the /dev directory, or it
+ renames network interfaces.
+
+ Usually udev runs as udevd(8) and receives uevents directly
+ from the kernel if a device is added or removed form the system.
+
+ If udev receives a device event, it matches its configured
+ rules against the available device attributes provided in
+ sysfs to identify the device. Rules that match, may provide
+ additional device information or specify a device node name
+ and multiple symlink names and instruct udev to run
+ additional programs as part of the device event handling.
config UDEV_UDEVD
bool "udevd"
depends on UDEV
+ help
+ udevd listens to kernel uevents and passes the incoming
+ events to udev. It ensures the right event order and
+ takes care, that events for child devices are delayed
+ until the parent has finished the device handling.
config UDEV_INFO
bool "udevinfo"
depends on UDEV
+ help
+ udevinfo queries the udev database for device
+ information stored in the udev database. It
+ can also query the properties of a device from
+ its sysfs representation to help creating udev
+ rules that match this device.
config UDEV_SEND
bool "udevsend"
depends on UDEV
+ help
+ FIXME: This item needs to be documented
config UDEV_START
bool "udevstart"
depends on UDEV
+ help
+ FIXME: This item needs to be documented
config UDEV_TEST
bool "udevtest"
depends on UDEV
+ help
+ udevtest simulates a udev run for the given device
+ and prints out the name of the node udev would have
+ created, or the name of the network interface, that
+ would have been renamend.
config UDEV_FW_HELPER
bool "firmware helper"
depends on UDEV
+ help
+ FIXME: This item needs to be documented