X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudevadm.xml;h=44e286bba64f8b05a6b86c9ec58e7118bc8a4e14;hb=41c69b0ff0471a04ba0dcb9829ced2ffa0c43cb5;hp=64e6f2aeb979a8828c3327895362e7f37d70da06;hpb=b0d5e0df3e193a3beb4514a430c7ba62114845b6;p=elogind.git diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 64e6f2aeb..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. @@ -217,6 +216,20 @@ 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. + + @@ -343,6 +356,18 @@ 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. + +