diff options
| author | Rick Koch <n1gp@hotmail.com> | 2006-08-05 00:32:30 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-08-05 00:32:30 -0400 |
| commit | 11ea3173d5f2de71d037ef58ac43395795fed2bc (patch) | |
| tree | 6ce61a0d8ce70767ee5cc47f74d3355a7be3b414 /include | |
| parent | 4003dff41e65ad338a60dde90019bffcb5531fb6 (diff) | |
Input: add driver for Touchwin serial touchscreens
Signed-off-by: Rick Koch <n1gp@hotmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include')
| -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 15260641315..c9069310b6a 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h | |||
| @@ -219,5 +219,6 @@ static inline void serio_unpin_driver(struct serio *serio) | |||
| 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 | #define SERIO_TOUCHRIGHT 0x32 |
| 222 | #define SERIO_TOUCHWIN 0x33 | ||
| 222 | 223 | ||
| 223 | #endif | 224 | #endif |
