]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] add devfs like tty rules as an example in the default config file.
authorgreg@kroah.com <greg@kroah.com>
Wed, 3 Dec 2003 01:55:00 +0000 (17:55 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:05 +0000 (21:13 -0700)
udev.config

index 7e67d3a3b47ba3fd178af5c6ffc81ac33c50f6fa..44fdb2561d387e24a8a942434d4e67e562a0a1c8 100644 (file)
@@ -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"
+
+