diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-05-25 21:08:52 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-05-25 21:08:52 +0200 |
commit | 7df0ed83c113e4744786e7804d398d9d34b43281 (patch) | |
tree | c30143c0d5b205c3be814b84292ca7450f32fd0d /udev/udev.xml | |
parent | 38932b9fbac17969721289f2101e9bd1af272112 (diff) |
rules: implement TAGS== match
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 8a4212fd54..abbfee7ad1 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -234,6 +234,13 @@ </varlistentry> <varlistentry> + <term><option>TAGS</option></term> + <listitem> + <para>Search the devpath upwards for a device with matching tag.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>ENV{<replaceable>key</replaceable>}</option></term> <listitem> <para>Match against a device property value.</para> |