summaryrefslogtreecommitdiff
path: root/udev.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-08-29 14:04:55 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-08-29 14:04:55 +0200
commit1113044be205f9d78642744ffaa01329a77bee79 (patch)
tree944494300c894b8e2ce36f07c4fdc0799c625581 /udev.xml
parent739b614721580b95aebdfd295eebb0a6246803ad (diff)
add $name substitution
Diffstat (limited to 'udev.xml')
-rw-r--r--udev.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/udev.xml b/udev.xml
index b43abb779b..9fb6152941 100644
--- a/udev.xml
+++ b/udev.xml
@@ -488,7 +488,7 @@
</varlistentry>
<varlistentry>
- <term><option>$driver</option>, <option>%d</option></term>
+ <term><option>$driver</option></term>
<listitem>
<para>The driver name of the device matched while searching the devpath upwards for
<option>SUBSYSTEMS</option>, <option>KERNELS</option>, <option>DRIVERS</option> and <option>ATTRS</option>.
@@ -548,6 +548,14 @@
</varlistentry>
<varlistentry>
+ <term><option>$name</option></term>
+ <listitem>
+ <para>The name of the device node. The value is only set if an earlier
+ rule assigned a value, or during a remove events.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>$root</option>, <option>%r</option></term>
<listitem>
<para>The udev_root value.</para>