From: greg@kroah.com Date: Wed, 3 Dec 2003 01:55:00 +0000 (-0800) Subject: [PATCH] add devfs like tty rules as an example in the default config file. X-Git-Tag: 008~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8448980019ab305c99b7ff47185da08c7bc33fe0;p=elogind.git [PATCH] add devfs like tty rules as an example in the default config file. --- diff --git a/udev.config b/udev.config index 7e67d3a3b..44fdb2561 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" + +