diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-11-13 05:21:12 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:26:25 -0700 |
commit | 2092fbcdebf5313f29b43bdaa57a22baf0c0269f (patch) | |
tree | 81a534c099ab35af05f0faaad17ab76635be9717 /udev.8.in | |
parent | 6818c51d7abeab9914eb7193968b1efa9459a853 (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.in | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |