diff options
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> |