diff options
author | Hannes Reinecke <hare@suse.de> | 2007-07-25 15:24:58 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-07-25 15:24:58 +0200 |
commit | fea9b2d2924235a459e888ecd35a8b43093b9542 (patch) | |
tree | 250753611ef74d2b2e8a3a35da50f99ff6b26e24 /udev.xml | |
parent | 76bd9d319e0d4376d14032cd65503da3a6c2529e (diff) |
add $driver subtitution
Diffstat (limited to 'udev.xml')
-rw-r--r-- | udev.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -488,6 +488,15 @@ </varlistentry> <varlistentry> + <term><option>$driver</option>, <option>%d</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>. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>$attr{<replaceable>file</replaceable>}</option>, <option>%s{<replaceable>file</replaceable>}</option></term> <listitem> <para>The value of a sysfs attribute found at the device, where |