[PATCH v4 4/5(7)] input: serio: add support for Amstrad Delta serial keyboard port

Russell King - ARM Linux linux at arm.linux.org.uk
Tue May 4 16:48:36 EDT 2010


On Tue, May 04, 2010 at 01:40:41PM -0700, Tony Lindgren wrote:
> * Janusz Krzysztofik <jkrzyszt at tis.icnet.pl> [100427 18:09]:
> > The patch introduces a serio driver that supports a keyboard serial port found
> > on the Amstrad Delta videophone board.
> > 
> > After initializing the hardware, the driver reads its input data from a buffer
> > filled in by the board FIQ (Fast Interrupt Request) handler.
> > 
> > Standard AT keyboard driver (atkbd) will be used on top of the serio layer for 
> > handling the E3 keyboard (called mailboard) connected to the port. Since the 
> > device generated scancodes differ from what the atkbd expects, a custom key 
> > code to scan code table must be loaded from userspace for the keyboard to be 
> > useable.

What's the rationale for this approach?  There's no requirement for the
atkbd driver to be used for all keyboards.  It seems very obscure (and
backward) way to do things.

Why not implement the serio driver for the IO level, and a separate
keyboard driver which can handle the protocol and interpret the
scancodes?



More information about the linux-arm-kernel mailing list