Re: [PATCH] usb: cp210x: Added support for GPIO (CP2103/4/5)
From: Alan Cox <hidden>
Date: 2012-05-05 10:58:56
Also in:
lkml
From: Alan Cox <hidden>
Date: 2012-05-05 10:58:56
Also in:
lkml
Will the new ldisc mess with the tty stuff to prevent "normal" serial data and line settings from being handled properly? If not, that all looks very good to me, thanks for working this out.
It'll have no effect on that. What it will do is provide a way for things like ISO7816 ldiscs to use the extra pins (as they can call from the ldisc into the gpio layer) and to know the mapping of the extra control wires, which varies by device. Alan