1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-15 18:50:12 +03:00
systemd-stable/udev.rules.demo

10 lines
316 B
Plaintext
Raw Permalink Normal View History

2003-11-18 01:09:58 -08:00
# USB camera from Fuji to be named "camera"
2003-11-18 01:15:11 -08:00
LABEL, BUS="usb", vendor="FUJIFILM", NAME="camera%n"
2003-11-18 01:09:58 -08:00
# USB device plugged into the fourth port of the second hub to be called gps_device
TOPOLOGY, BUS="usb", place="2.4", NAME="gps_device"
# ttyUSB1 should always be called visor
REPLACE, KERNEL="ttyUSB1", NAME="visor"