mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-04 16:15:06 +07:00
[PATCH] add demo config file.
This commit is contained in:
parent
f54b927e8b
commit
e366a45961
9
udev.config.demo
Normal file
9
udev.config.demo
Normal file
@ -0,0 +1,9 @@
|
||||
# USB camera from Fuji to be named "camera"
|
||||
LABEL, BUS="usb", vendor="FUJIFILM", NAME="camera"
|
||||
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user