X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev%2Fudev.xml;h=c34a106d208635f2ce24fc14582206456f04ffc2;hp=4c35e197911ee16b7b30e10d3ba8f99f537a4494;hb=b02140b6bcd080c5fd60306a493447ce7afdad64;hpb=e5e641518bb20d44db58d9715ac4cd450fcb4dcc diff --git a/udev/udev.xml b/udev/udev.xml index 4c35e1979..c34a106d2 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -8,14 +8,12 @@ udev - August 2005 udev udev 7 - @@ -90,7 +88,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 +102,7 @@ - Compare for non-equality. + Compare for inequality. @@ -168,6 +166,16 @@ + + + + Match the name of a symlink targeting the node. It can + be used once a SYMLINK key has been set in one of the preceding + rules. There may be multiple symlinks; only one needs to match. + + + + @@ -297,7 +305,7 @@ - The name of a symlink targeting the node. Every matching rule can add + The name of a symlink targeting the node. Every matching rule will add this value to the list of symlinks to be created along with the device node. Multiple symlinks may be specified by separating the names by the space character. @@ -323,7 +331,8 @@ - Set a device property value. + Set a device property value. Property names with a leading '.' + are not stored in the database or exported to external tool or events. @@ -334,7 +343,10 @@ device. This can only be used for very short running tasks. Running an 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. + detached from the event process itself. If the option + is + specified, and the executed program returns non-zero, the event will be + marked as failed for a possible later handling. If the specified string starts with , all current event values will be passed to the specified socket, as a message in the same @@ -457,6 +469,13 @@ with this option. + + + + Watch the device node with inotify, when closed after being opened for + writing, a change uevent will be synthesised. + + @@ -613,9 +632,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