[PATCH] add demo config file.

This commit is contained in:
greg@kroah.com 2003-11-18 01:09:58 -08:00 committed by Greg KH
parent f54b927e8b
commit e366a45961
1 changed files with 9 additions and 0 deletions

9
udev.config.demo Normal file
View 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"