]> git.ipfire.org Git - thirdparty/systemd.git/blame - namedev.config
[PATCH] test config file changes...
[thirdparty/systemd.git] / namedev.config
CommitLineData
2232cac8
GKH
1# USB Epson printer to be called lp_epson
2LABEL, BUS="usb", serial="HXOLL0012202323480", NAME="lp_epson"
3
4# USB HP printer to be called lp_hp
5LABEL, BUS="usb", serial="W09090207101241330", NAME="lp_hp"
6
7# sound card with PCI bus id 00:0b.0 to be the first sound card
8NUMBER, 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
11NUMBER, 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
14TOPOLOGY, BUS="usb", place="1.3", NAME="mouse0"
15
fa39f099
GKH
16# USB tablet plugged into the third port of the second hub to be called mouse1
17TOPOLOGY, BUS="usb", place="2.3", NAME="mouse1"
18TOPOLOGY, BUS="usb", place="2.4", NAME="mouse2"
2232cac8
GKH
19
20# ttyUSB1 should always be called visor
21REPLACE, KERNEL="ttyUSB1", NAME="visor"
fa39f099 22#REPLACE, KERNEL="ttyUSB0", NAME="pl2303"
2232cac8 23