aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serio.h
diff options
context:
space:
mode:
authorAdam Bennett <abennett72@gmail.com>2010-04-12 19:54:38 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-04-13 23:27:41 -0700
commit422dee56b8155e4627f657ee67e962066ca7aff3 (patch)
tree0a10ff7e38d76cb0da327232e26639f3e1b2c9ae /include/linux/serio.h
parentInput: ad714x - add support for the AD7143/8/7A parts (diff)
downloadlinux-dev-422dee56b8155e4627f657ee67e962066ca7aff3.tar.xz
linux-dev-422dee56b8155e4627f657ee67e962066ca7aff3.zip
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>
Diffstat (limited to 'include/linux/serio.h')
-rw-r--r--include/linux/serio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h
index 64b473066b9a..b5552568178d 100644
--- a/include/linux/serio.h
+++ b/include/linux/serio.h
@@ -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