summaryrefslogtreecommitdiff
path: root/udev.8.in
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-10 05:15:07 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:51:00 -0700
commit882af735ec18cb4e6ba6f59ca60f8266cc96c330 (patch)
tree9a2953bd0ea3c94cbf8dcda3b42842b959e07347 /udev.8.in
parent783272f045faf39325678eef0d55a41d7306e2d3 (diff)
[PATCH] remove PLACE key match
ID should do the same, cause we walk up the chain of devices on the physical device and can match for the name of every device there with the ID key.
Diffstat (limited to 'udev.8.in')
-rw-r--r--udev.8.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/udev.8.in b/udev.8.in
index 936ec15d2a..e025960532 100644
--- a/udev.8.in
+++ b/udev.8.in
@@ -114,9 +114,6 @@ Match the kernel driver name.
.B ID
Match the device number on the bus, like PCI bus id.
.TP
-.B PLACE
-Match the topological position on bus, like physical port of USB device
-.TP
.BI SYSFS{ filename }
Match sysfs device attribute like label, vendor, USB serial number, SCSI UUID
or file system label. Up to 5 different sysfs files can be checked, with
@@ -255,7 +252,7 @@ BUS="scsi", SYSFS{vendor}="IBM", SYSFS{model}="ST336", NAME="boot%n"
BUS="pci", ID="00:0b.0", NAME="dsp"
# USB mouse at third port of the second hub to be called mouse1
-BUS="usb", PLACE="2.3", NAME="mouse1"
+BUS="usb", ID="2.3", NAME="mouse1"
# ttyUSB1 should always be called pda with two additional symlinks
KERNEL="ttyUSB1", NAME="pda", SYMLINK="palmtop handheld"