chiark / gitweb /
[PATCH] fix make install rule for when the udev symlink is already there.
[elogind.git] / udev.config.demo
1 # USB camera from Fuji to be named "camera"
2 LABEL, BUS="usb", vendor="FUJIFILM", NAME="camera%n"
3
4 # USB device plugged into the fourth port of the second hub to be called gps_device
5 TOPOLOGY, BUS="usb", place="2.4", NAME="gps_device"
6
7 # ttyUSB1 should always be called visor
8 REPLACE, KERNEL="ttyUSB1", NAME="visor"
9