chiark / gitweb /
[PATCH] got REPLACE to work properly.
[elogind.git] / namedev.config
1 # USB Epson printer to be called lp_epson
2 LABEL, BUS="usb", serial="HXOLL0012202323480", NAME="lp_epson"
3
4 # USB HP printer to be called lp_hp
5 LABEL, BUS="usb", serial="W09090207101241330", NAME="lp_hp"
6
7 # sound card with PCI bus id 00:0b.0 to be the first sound card
8 NUMBER, BUS="pci", id="00:0b.0", NAME="dsp"
9
10 # sound card with PCI bus id 00:07.1 to be the second sound card
11 NUMBER, BUS="pci", id="00:07.1", NAME="dsp1" 
12
13 # USB mouse plugged into the third port of the first hub to be called mouse0
14 TOPOLOGY, BUS="usb", place="1.3", NAME="mouse0"
15
16 # USB tablet plugged into the second port of the second hub to be called mouse1
17 TOPOLOGY, BUS="usb", place="2.2", NAME="mouse1"
18
19 # ttyUSB1 should always be called visor
20 REPLACE, KERNEL="ttyUSB1", NAME="visor"
21 REPLACE, KERNEL="ttyUSB0", NAME="pl2303"
22