X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudevadm.xml;h=e4151e0ed4e5f01813229edf9dfbf8a59aebc2ea;hb=cf5bd04073671df31dbbaf525f870366b37e5256;hp=ebc4aa150fa793501024bca6a993740c38ca8c77;hpb=b76ad2e537e8672ace442eb27439521c9b107b09;p=elogind.git diff --git a/udev/udevadm.xml b/udev/udevadm.xml index ebc4aa150..e4151e0ed 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -90,7 +90,7 @@ or to identify the specified device. Valid queries are: name, symlink, path, - env, all. + property, all. @@ -210,6 +210,20 @@ of the sysfs attribute is checked. This option can be specified multiple times. + + + + 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 sys device name. This option can be + specified multiple times and supports shell style pattern matching. + + @@ -224,10 +238,28 @@ and always return immediately. + + + + Wait only for events after the given sequence number. + + + + + + Wait only for events before the given sequence number. + + + + + + Stop waiting if file exists. + + - Do not print any output, like the remaining queue entries when reachin the timeout. + Do not print any output, like the remaining queue entries when reaching the timeout. @@ -266,13 +298,16 @@ - Signal udevd to reload the rules from the config. + Signal udevd to reload the rules files. + The udev daemon detects changes automatically, this option is + usually not needed. Reloading rules does not apply any changes + to already existing devices. - + - Set global variable. + Set a global property for all events. @@ -297,13 +332,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. - - @@ -316,6 +344,12 @@ Print the udev event after the rule processing. + + + + Also print the properties of the event. + + @@ -326,8 +360,7 @@ udevadm test <optional>options</optional> <replaceable>devpath</replaceable> - Simulate a udev event run for the given device, and print out debug - output. Unless forced to, no device node or symlink will be created. + Simulate a udev event run for the given device, and print debug output. @@ -341,13 +374,6 @@ The subsystem string. - - - - Force the creation of a device node or symlink. Usually the test run - prints only debug output. - -