[PATCH] add devfs like tty rules as an example in the default config file.

This commit is contained in:
greg@kroah.com 2003-12-02 17:55:00 -08:00 committed by Greg KH
parent 0db6d4cc61
commit 8448980019
1 changed files with 6 additions and 0 deletions

View 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"