X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev.xml;h=184457aa6c98401a82bee5dfb8d4af02af196d29;hb=ff94cec3d71b5f46eb54645f4bc65e2d67ed5269;hp=e31df4545863590dc66eb6470fff357845a0412d;hpb=7f7238062c29f5334c41077e05bf3f0e312386f5;p=elogind.git diff --git a/udev.xml b/udev.xml index e31df4545..184457aa6 100644 --- a/udev.xml +++ b/udev.xml @@ -224,6 +224,14 @@ + + + + Test the existence of a file. An octal mode mask can be specified + if needed. + + + @@ -325,6 +333,12 @@ event process for a long period of time may block all further events for this or a dependent device. Long running tasks need to be immediately detached from the event process itself. + If the specifiefd string starts with + , all current event + values will be passed to the specified socket, as a message in the same + format the kernel sends an uevent. If the first character of the specified path + is an @ character, an abstract namespace socket is used, instead of an existing + socket file. @@ -390,20 +404,65 @@ - stops further rules application. No later rules - will have any effect. - will ignore this event completely. - will ignore any later remove event for this - device. This may be useful as a workaround for broken device drivers. - will create the device nodes for all available - partitions of a block device. This may be useful for removable media devices where - media changes are not detected. + Rule and device options: + + + + + Stops further rules application. No later rules will have + any effect. + + + + + + Ignore this event completely. + + + + + + Do not remove the device node when the device goes away. This may be + useful as a workaround for broken device drivers. + + + + + + Specify the priority of the created symlinks. Devices with higher + priorities overwrite existing symlinks of other devices. + + + + + + Create the device nodes for all available partitions of a block device. + This may be useful for removable media devices where media changes are not + detected. + + + + + + Number of seconds an event will wait for operations to finish, before it + will terminate itself. + + + + + + Usually control and other possibly unsafe characters are replaced + in strings used for device naming. The mode of replacement can be specified + with this option. + + + The , , , - , and + , , and fields support simple printf-like string substitutions. The format chars gets applied after all rules have been processed, right before the program is executed. It allows the use of the complete environment set by earlier matching @@ -441,6 +500,15 @@ + + + + The driver name of the device matched while searching the devpath upwards for + , , and . + + + + , @@ -492,6 +560,22 @@ + + + + The current name of the device node. If not changed by a rule, it is the + name of the kernel device. + + + + + + + The current list of symlinks, separated by a space character. The value is + only set if an earlier rule assigned a value, or during a remove events. + + + , @@ -499,6 +583,13 @@ + + , + + The sysfs mount point. + + + , @@ -530,7 +621,7 @@ AUTHOR Written by Greg Kroah-Hartman greg@kroah.com and Kay Sievers kay.sievers@vrfy.org. With much help from - Dan Stekloff dsteklof@us.ibm.com and many others. + Dan Stekloff and many others. @@ -539,10 +630,7 @@ udevd8 , - udevinfo8 - , - - udevmonitor8 + udevadm8