]> git.ipfire.org Git - thirdparty/systemd.git/blame - udev.rules.demo
[PATCH] change devfs disk name rule from 'disk' to 'disc'
[thirdparty/systemd.git] / udev.rules.demo
CommitLineData
e366a459 1# USB camera from Fuji to be named "camera"
fb2e1c4d 2LABEL, BUS="usb", vendor="FUJIFILM", NAME="camera%n"
e366a459
GKH
3
4# USB device plugged into the fourth port of the second hub to be called gps_device
5TOPOLOGY, BUS="usb", place="2.4", NAME="gps_device"
6
7# ttyUSB1 should always be called visor
8REPLACE, KERNEL="ttyUSB1", NAME="visor"
9