diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-11-12 06:52:55 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:25:38 -0700 |
commit | 6818c51d7abeab9914eb7193968b1efa9459a853 (patch) | |
tree | f05af9087f42f67bff00f71778cf3f9dc80323b1 /udev.8.in | |
parent | 02fa9ae58920b431bc37182716dd863f1c482651 (diff) |
[PATCH] support SUBSYSTEM as a rule key
This should make it easier to catch e.g all block or net devices with
a single rule.
Diffstat (limited to 'udev.8.in')
-rw-r--r-- | udev.8.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -171,6 +171,10 @@ Match the bus type of the device. .B KERNEL Match the kernel device name. .TP +.B SUBSYSTEM +Match the kernel's subsystem name. +.TP +.TP .B ID Match the device number on the bus, like PCI bus id. .TP |