diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-02 17:55:00 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:05 -0700 |
commit | 8448980019ab305c99b7ff47185da08c7bc33fe0 (patch) | |
tree | 2442e77f7a4f3a433f2a837b8c2bb6af7b7a1fa5 | |
parent | 0db6d4cc61523ee7f3f627f807c01f86ee2d36ab (diff) |
[PATCH] add devfs like tty rules as an example in the default config file.
-rw-r--r-- | udev.config | 6 |
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" + + |