diff options
-rw-r--r-- | udev/udev.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 336b203bec..6085dfff24 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -578,8 +578,9 @@ <listitem> <para>The value of a sysfs attribute found at the device, where all keys of the rule have matched. If the matching device does not have - such an attribute, follow the chain of parent devices and use the value - of the first attribute that matches. + such an attribute, and a previous KERNELS, SUBSYSTEMS, DRIVERS, or + ATTRS test selected a parent device, use the attribute from that + parent device. If the attribute is a symlink, the last element of the symlink target is returned as the value.</para> </listitem> |