X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevtrigger.xml;h=60a7b1eaf7ecb1074239a18bc0dc511a821b37d5;hp=990cf635899479d812624afd88cfca1529985999;hb=fd40749e68c000f9d80083a5bcdb8183bac4bfdf;hpb=660508cdcb1133735845a444d414a7a637ef28ba diff --git a/udevtrigger.xml b/udevtrigger.xml index 990cf6358..60a7b1eaf 100644 --- a/udevtrigger.xml +++ b/udevtrigger.xml @@ -27,6 +27,12 @@ udevtrigger + + + + + + @@ -39,13 +45,51 @@ - print out the devices found in sysfs. + Print the list of devices which will be triggered. - don't actually trigger the event. + Do not actually trigger the event. + + + + + + Trigger only the events which are failed during a previous run. + + + + + + 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.