From fc89fe7edf83af465c1835d8eb985e4298ad2417 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sun, 3 Sep 2006 03:04:20 +0200 Subject: udevtrigger: options to filter by subsystem and sysfs attribute --- udevtrigger.xml | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) (limited to 'udevtrigger.xml') diff --git a/udevtrigger.xml b/udevtrigger.xml index 170fcd6291..60a7b1eaf7 100644 --- a/udevtrigger.xml +++ b/udevtrigger.xml @@ -28,6 +28,11 @@ + + + + + @@ -40,7 +45,7 @@ - Print the list of devices found in sysfs. + Print the list of devices which will be triggered. @@ -52,7 +57,39 @@ - Trigger events which are failed during a previous run. + 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. -- cgit v1.2.3-54-g00ecf