X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudevadm.xml;h=44e286bba64f8b05a6b86c9ec58e7118bc8a4e14;hb=e85f5ec15f1c0a820cc81b422c2fa157d9805896;hp=093dd21428400dbfcba802cc0bfea85c319cbce0;hpb=0254b2118f123504c268edb0b382c587ac15aaa3;p=elogind.git diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 093dd2142..44e286bba 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -7,8 +7,7 @@ udevadm - udevd - November 2007 + udevadm udev @@ -150,7 +149,7 @@ udevadm trigger <optional>options</optional> - Request device events from the kernel. Usually used to replay events at system coldplug time. + Request device events from the kernel. Primarily used to replay events at system coldplug time. @@ -175,7 +174,7 @@ - Type of event to be triggered. The default value is add. + Type of event to be triggered. The default value is change. @@ -213,7 +212,21 @@ - Trigger events for devices with a matching propery value. This option can be + Trigger events for devices with a matching property value. This option can be + specified multiple times and supports shell style pattern matching. + + + + + + Trigger events for devices with a matching tag. This option can be + specified multiple times. + + + + + + Trigger events for devices with a matching sys device name. This option can be specified multiple times and supports shell style pattern matching. @@ -298,9 +311,9 @@ - + - Set global variable. + Set a global property for all events. @@ -325,13 +338,6 @@ event timing, by comparing the timestamps of the kernel uevent and the udev event. - - - - Print the complete environment for all events. Can be used to compare the - kernel supplied and the udev added environment values. - - @@ -344,6 +350,24 @@ Print the udev event after the rule processing. + + + + Also print the properties of the event. + + + + + + Filter events by subsystem[/devtype]. Only udev events with a matching subsystem value will pass. + + + + + + Filter events by property. Only udev events with a given tag attached will pass. + +