[PATCH v2] char/pcmcia: add scr24x_cs chip card interface driver

2016-10-20 Thread Lubomir Rintel
This implements only the very basic protocol "Mode A", just to make the device functional. Patches to implement "Mode C" that uses better bulking and is interrupt-driver may follow. The device essentially speaks the same protocol as USB CCID devices do over the bulk endpoints. The driver exchanges

Re: [PATCH v2] char/pcmcia: add scr24x_cs chip card interface driver

2016-10-20 Thread Greg Kroah-Hartman
On Thu, Oct 20, 2016 at 06:08:01PM +0200, Lubomir Rintel wrote: > This implements only the very basic protocol "Mode A", just to make the > device functional. Patches to implement "Mode C" that uses better bulking > and is interrupt-driver may follow. > > The device essentially speaks the same pro