X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev.xml;h=ac3676e4663e94a1daa9ef5f65eb7f5728e63487;hb=0654a21c78caf312fa612059725d1b47c78e7802;hp=9fb615294159cafdef5a4d13823f4abbef8a54ca;hpb=1113044be205f9d78642744ffaa01329a77bee79;p=elogind.git diff --git a/udev.xml b/udev.xml index 9fb615294..ac3676e46 100644 --- a/udev.xml +++ b/udev.xml @@ -333,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. @@ -416,8 +422,8 @@ - Ignore any later remove event for this device. This may be useful - as a workaround for broken device drivers. + Do not remove the device node when the device goes away. This may be + useful as a workaround for broken device drivers. @@ -435,6 +441,13 @@ detected. + + + + Number of seconds an event will wait for operations to finish, before it + will terminate itself. + + @@ -550,8 +563,16 @@ - The name of the device node. The value is only set if an earlier - rule assigned a value, or during a remove events. + 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. @@ -600,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. @@ -609,10 +630,7 @@ udevd8 , - udevinfo8 - , - - udevmonitor8 + udevadm8