diff options
author | Rick Koch <n1gp@hotmail.com> | 2006-08-05 00:32:24 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-08-05 00:32:24 -0400 |
commit | 4003dff41e65ad338a60dde90019bffcb5531fb6 (patch) | |
tree | 296bc2176ea6711ea3d54b83bb0b2befdcab5b31 /include/linux/serio.h | |
parent | ee4799997950e81437ef9055a4b104099e3272c4 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h index ad546a0205c6..152606413158 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h | |||
@@ -218,5 +218,6 @@ static inline void serio_unpin_driver(struct serio *serio) | |||
218 | #define SERIO_ELO 0x29 | 218 | #define SERIO_ELO 0x29 |
219 | #define SERIO_MICROTOUCH 0x30 | 219 | #define SERIO_MICROTOUCH 0x30 |
220 | #define SERIO_PENMOUNT 0x31 | 220 | #define SERIO_PENMOUNT 0x31 |
221 | #define SERIO_TOUCHRIGHT 0x32 | ||
221 | 222 | ||
222 | #endif | 223 | #endif |