chiark / gitweb /
[PATCH] add demo config file.
authorgreg@kroah.com <greg@kroah.com>
Tue, 18 Nov 2003 09:09:58 +0000 (01:09 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:06:24 +0000 (21:06 -0700)
udev.config.demo [new file with mode: 0644]

diff --git a/udev.config.demo b/udev.config.demo
new file mode 100644 (file)
index 0000000..5cbde13
--- /dev/null
@@ -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"
+