From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Tue, 02 Dec 2003 17:54:26 +0000 Subject: Re: [ANNOUNCE] udev 007 release Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Tue, Dec 02, 2003 at 05:27:09PM +0100, Kay Sievers wrote: > > Ups, please use these config lines, in this order as a temporary > workaround, to catch the other devices starting with tty*, > the same is needed for ttyUSB*, ... > > REPLACE, KERNEL="tty*", NAME="vc/%n" > REPLACE, KERNEL="ttyS*", NAME="tts/%n" > REPLACE, KERNEL="tty", NAME="tty" > > > Greg, should we iterate backwards over the lists of methods? > It seems a bit confusing to put a catch all line at the beginning of the > config file to be precessed after all the others. True, I just fixed this up to handle the rules in the order they are in the config file (within the type of rule.) So REPLACE, KERNEL="tty", NAME="tty" REPLACE, KERNEL="ttyS*", NAME="tts/%n" REPLACE, KERNEL="tty*", NAME="vc/%n" should work now (well, it does for me...) thanks, greg k-h ------------------------------------------------------- This SF.net email is sponsored by OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey and you could win a $250 Gift Certificate. http://www.wrgsurveys.com/2003/osdntech03.php?site=8 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel