summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-02 17:55:00 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:05 -0700
commit8448980019ab305c99b7ff47185da08c7bc33fe0 (patch)
tree2442e77f7a4f3a433f2a837b8c2bb6af7b7a1fa5
parent0db6d4cc61523ee7f3f627f807c01f86ee2d36ab (diff)
[PATCH] add devfs like tty rules as an example in the default config file.
-rw-r--r--udev.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/udev.config b/udev.config
index 7e67d3a3b4..44fdb2561d 100644
--- a/udev.config
+++ b/udev.config
@@ -41,3 +41,9 @@ TOPOLOGY, BUS="usb", place="2.4", NAME="mouse2"
REPLACE, KERNEL="ttyUSB1", NAME="visor"
REPLACE, KERNEL="ttyUSB0", NAME="pl2303"
+# a devfs like way to name some tty devices
+#REPLACE, KERNEL="tty", NAME="tty"
+#REPLACE, KERNEL="ttyS*", NAME="tts/%n"
+#REPLACE, KERNEL="tty*", NAME="vc/%n"
+
+