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