commit | 4003dff41e65ad338a60dde90019bffcb5531fb6 | [log] [tgz] |
---|---|---|
author | Rick Koch <n1gp@hotmail.com> | Sat Aug 05 00:32:24 2006 -0400 |
committer | Dmitry Torokhov <dtor@insightbb.com> | Sat Aug 05 00:32:24 2006 -0400 |
tree | 296bc2176ea6711ea3d54b83bb0b2befdcab5b31 | |
parent | ee4799997950e81437ef9055a4b104099e3272c4 [diff] [blame] |
Input: add driver for Touchright serial touchscreens Signed-off-by: Rick Koch <n1gp@hotmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
diff --git a/include/linux/serio.h b/include/linux/serio.h index ad546a0..1526064 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h
@@ -218,5 +218,6 @@ #define SERIO_ELO 0x29 #define SERIO_MICROTOUCH 0x30 #define SERIO_PENMOUNT 0x31 +#define SERIO_TOUCHRIGHT 0x32 #endif