commit | ee4799997950e81437ef9055a4b104099e3272c4 | [log] [tgz] |
---|---|---|
author | Rick Koch <n1gp@hotmail.com> | Sat Aug 05 00:32:18 2006 -0400 |
committer | Dmitry Torokhov <dtor@insightbb.com> | Sat Aug 05 00:32:18 2006 -0400 |
tree | 3219e56f6ba3453ab14cb2f2b0325abdcc742e0a | |
parent | fae3006e4b42eafbed4af714e93cf6c2b92ff793 [diff] [blame] |
Input: add driver for Penmount 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 6348e83..ad546a0 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h
@@ -217,5 +217,6 @@ #define SERIO_LKKBD 0x28 #define SERIO_ELO 0x29 #define SERIO_MICROTOUCH 0x30 +#define SERIO_PENMOUNT 0x31 #endif