summaryrefslogtreecommitdiff
path: root/udev.8.in
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-11-13 05:21:12 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 22:26:25 -0700
commit2092fbcdebf5313f29b43bdaa57a22baf0c0269f (patch)
tree81a534c099ab35af05f0faaad17ab76635be9717 /udev.8.in
parent6818c51d7abeab9914eb7193968b1efa9459a853 (diff)
[PATCH] support DRIVER as a rule key
Match with a rule against a device with a specific kernel driver.
Diffstat (limited to 'udev.8.in')
-rw-r--r--udev.8.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/udev.8.in b/udev.8.in
index 14a28d8dc2..b5296b472d 100644
--- a/udev.8.in
+++ b/udev.8.in
@@ -172,8 +172,10 @@ Match the bus type of the device.
Match the kernel device name.
.TP
.B SUBSYSTEM
-Match the kernel's subsystem name.
+Match the kernel subsystem name.
.TP
+.B DRIVER
+Match the kernel driver name.
.TP
.B ID
Match the device number on the bus, like PCI bus id.