From 8448980019ab305c99b7ff47185da08c7bc33fe0 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Tue, 2 Dec 2003 17:55:00 -0800 Subject: [PATCH] [PATCH] add devfs like tty rules as an example in the default config file. --- udev.config | 6 ++++++ 1 file changed, 6 insertions(+) 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" + + -- 2.30.2