Input: add driver for hampshire serial touchscreens

Adds support for Hampshire TSHARC serial touchscreens.  Implements
Hampshire's 4-byte communication protocol.

Signed-off-by: Adam Bennett <abennett72@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Adam Bennett
2010-04-12 19:54:38 -07:00
committed by Dmitry Torokhov
parent 6c04d7b3cf
commit 422dee56b8
4 changed files with 219 additions and 0 deletions

View File

@@ -196,5 +196,6 @@ static inline void serio_continue_rx(struct serio *serio)
#define SERIO_TOUCHIT213 0x38
#define SERIO_W8001 0x39
#define SERIO_DYNAPRO 0x3a
#define SERIO_HAMPSHIRE 0x3b
#endif