X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev%2Fudev.xml;h=cd4884d3b5529d4d98777536d0db3b97ece07e65;hp=ccc1f45e4cf92b16bd9f2a9783696667f933a774;hb=a0ee5a05bb3a9a838c35e07ff7a0bb7bbd2d0c9b;hpb=aeb53ca3d60057dfbb948b222046dcecfcc11ed9 diff --git a/udev/udev.xml b/udev/udev.xml index ccc1f45e4..cd4884d3b 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -90,7 +90,7 @@ pointing to the node, or run a specified program as part of the event handling. If no matching rule is found, the default device node name is used. - A rule may consist of a list of one or more key value pairs separated by + A rule consists of a list of one or more key value pairs separated by a comma. Each key has a distinct operation, depending on the used operator. Valid operators are: @@ -104,7 +104,7 @@ - Compare for non-equality. + Compare for inequality. @@ -290,8 +290,7 @@ The name of the node to be created, or the name the network interface - should be renamed to. Only one rule can set the node name, all later rules with - a NAME key will be ignored. + should be renamed to. @@ -336,7 +335,7 @@ 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 + If the specified 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 @@ -458,6 +457,13 @@ with this option. + + + + Watch the device node with inotify, when closed after being opened for + writing, a change uevent will be synthesised. + + @@ -614,9 +620,6 @@ - The count of characters to be substituted may be limited by specifying - the format length value. For example, '%3s{file}' will only - insert the first three characters of the sysfs attribute