aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serio.h
diff options
context:
space:
mode:
authorRick Koch <n1gp@hotmail.com>2006-08-05 00:32:24 -0400
committerDmitry Torokhov <dtor@insightbb.com>2006-08-05 00:32:24 -0400
commit4003dff41e65ad338a60dde90019bffcb5531fb6 (patch)
tree296bc2176ea6711ea3d54b83bb0b2befdcab5b31 /include/linux/serio.h
parentee4799997950e81437ef9055a4b104099e3272c4 (diff)
downloadlinux-4003dff41e65ad338a60dde90019bffcb5531fb6.tar.gz
Input: add driver for Touchright serial touchscreens
Signed-off-by: Rick Koch <n1gp@hotmail.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 ad546a0205c68b..1526064131587f 100644
--- a/include/linux/serio.h
+++ b/include/linux/serio.h
@@ -218,5 +218,6 @@ static inline void serio_unpin_driver(struct serio *serio)
#define SERIO_ELO 0x29
#define SERIO_MICROTOUCH 0x30
#define SERIO_PENMOUNT 0x31
+#define SERIO_TOUCHRIGHT 0x32
#endif