X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=udevtrigger.xml;h=eb2b9851cd04a3b71226ce13aad4f75238df1c17;hb=e2ecb34ffd4fd8b0d31a65ec0c59dc4f8023ad6d;hp=170fcd62917cb2cb11f2aebefde811843e60a9ca;hpb=04cc3a81d02af4d131b9c92defd7538f22089774;p=elogind.git diff --git a/udevtrigger.xml b/udevtrigger.xml index 170fcd629..eb2b9851c 100644 --- a/udevtrigger.xml +++ b/udevtrigger.xml @@ -28,6 +28,12 @@ + + + + + + @@ -40,7 +46,7 @@ - Print the list of devices found in sysfs. + Print the list of devices which will be triggered. @@ -52,7 +58,45 @@ - Trigger events which are failed during a previous run. + Trigger only the events which are failed during a previous run. + + + + + + Type of event to be triggered. The default value is "add". + + + + + + Trigger events for devices which belong to a matching subsystem. This option + can be specified multiple times and supports shell style pattern matching. + + + + + + Do not trigger events for devices which belong to a matching subsystem. This option + can be specified multiple times and supports shell style pattern matching. + + + + + + Trigger events for devices with a matching sysfs attribute. If a value is specified + along with the attribute name, the content of the attribute is matched against the given + value using shell style pattern matching. If no value is specified, the existence of the + sysfs attribute is checked. This option can be specified multiple times. + + + + + + Do not trigger events for devices with a matching sysfs attribute. If a value is + specified along with the attribute name, the content of the attribute is matched against + the given value using shell style pattern matching. If no value is specified, the existence + of the sysfs attribute is checked. This option can be specified multiple times.