Re: [driver] New life for Serial mice

James Simmons (jsimmons@transvirtual.com)
Wed, 6 Jun 2001 15:39:04 -0700 (PDT)


> > It would be nice if we had
> >
> > 1) A seperate serial directory under drivers.
> >
> > 2) A nice structure that input devices and the tty layer can use. It is
> > just a waste to go threw the tty layer for input devices. It would also
> > make serial driver writing easier if the api is designed right :-)
>
> I am planning some day (don't know when yet though) to convert the 16x50
> driver over to the serial_core stuff.

I ported it over to my tree. I will have to figure out how to incorporate
the input serial stuff without breaking all the input drivers we have. In
CVS we have alot of them. This will make life so much easier since all I
will have to do is change one file for changes I make to the tty layer. I
have improved andrew mortons console patch to work with multiple consoles
and for different types of console devices. Instead of altering all the
console drivers I'm planning on intergrating the locking into the tty
layer. That patch is needed for serial devices as well as video terminals.
Your work might help speed up devleopement.

> NB, Ted Tytso mentioned something at the 2.5 conference about integrating
> some of the serial layer with the tty layer.

What does he have in mind? I like to keep my VT changes in sync with what
he has in mind.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/