summaryrefslogtreecommitdiff
path: root/udev.config.demo
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-11-18 01:09:58 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:06:24 -0700
commite366a459613ce9ff5c5155e93f3f09827dbb3815 (patch)
tree1c681775322220a3c5b0d2e1464eea92f8ca3bdd /udev.config.demo
parentf54b927e8b926e23d1c9b811a1f4d17552c43389 (diff)
[PATCH] add demo config file.
Diffstat (limited to 'udev.config.demo')
-rw-r--r--udev.config.demo9
1 files changed, 9 insertions, 0 deletions
diff --git a/udev.config.demo b/udev.config.demo
new file mode 100644
index 0000000000..5cbde13ef4
--- /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"
+