diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-29 14:04:55 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-29 14:04:55 +0200 |
commit | 1113044be205f9d78642744ffaa01329a77bee79 (patch) | |
tree | 944494300c894b8e2ce36f07c4fdc0799c625581 /udev.xml | |
parent | 739b614721580b95aebdfd295eebb0a6246803ad (diff) |
add $name substitution
Diffstat (limited to 'udev.xml')
-rw-r--r-- | udev.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |