chiark / gitweb /
[PATCH] 010_bk stamp
[elogind.git] / udev.rules.demo
1 # USB camera from Fuji to be named "camera"
2 LABEL, BUS="usb", SYSFS_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