diff options
-rw-r--r-- | udev.7 | 5 | ||||
-rw-r--r-- | udev.xml | 9 |
2 files changed, 14 insertions, 0 deletions
@@ -105,6 +105,11 @@ Match the devpath of the event device\. Match the name of the event device\. .RE .PP +\fBNAME\fR +.RS 4 +Match the name of the node or network interface\. It can be used once the NAME key has been set in one of the preceding rules\. +.RE +.PP \fBSUBSYSTEM\fR .RS 4 Match the subsystem of the event device\. @@ -160,6 +160,15 @@ </varlistentry> <varlistentry> + <term><option>NAME</option></term> + <listitem> + <para>Match the name of the node or network interface. It can + be used once the NAME key has been set in one of the preceding + rules.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>SUBSYSTEM</option></term> <listitem> <para>Match the subsystem of the event device.</para> |