X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.8.in;h=e02596053258523a99715330630b5ad1f3d2d1a6;hp=936ec15d2a1ed77b3c49423db917ad3a3789b3f2;hb=882af735ec18cb4e6ba6f59ca60f8266cc96c330;hpb=783272f045faf39325678eef0d55a41d7306e2d3 diff --git a/udev.8.in b/udev.8.in index 936ec15d2..e02596053 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"