mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
e8bacccab2
the older udev.config file is now called udev.rules. This allows us to better control configuration values, and move away from the environment variables.
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
# USB camera from Fuji to be named "camera"
|
|
LABEL, BUS="usb", vendor="FUJIFILM", NAME="camera%n"
|
|
|
|
# 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"
|
|
|