From: greg@kroah.com Date: Tue, 18 Nov 2003 09:09:58 +0000 (-0800) Subject: [PATCH] add demo config file. X-Git-Tag: 006~23 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e366a459613ce9ff5c5155e93f3f09827dbb3815;hp=f54b927e8b926e23d1c9b811a1f4d17552c43389 [PATCH] add demo config file. --- diff --git a/udev.config.demo b/udev.config.demo new file mode 100644 index 000000000..5cbde13ef --- /dev/null +++ b/udev.config.demo @@ -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" +