diff options
author | Rick Koch <n1gp@hotmail.com> | 2006-08-05 00:32:18 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-08-05 00:32:18 -0400 |
commit | ee4799997950e81437ef9055a4b104099e3272c4 (patch) | |
tree | 3219e56f6ba3453ab14cb2f2b0325abdcc742e0a /include | |
parent | fae3006e4b42eafbed4af714e93cf6c2b92ff793 (diff) | |
download | talos-op-linux-ee4799997950e81437ef9055a4b104099e3272c4.tar.gz talos-op-linux-ee4799997950e81437ef9055a4b104099e3272c4.zip |
Input: add driver for Penmount 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 6348e8330897..ad546a0205c6 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h @@ -217,5 +217,6 @@ static inline void serio_unpin_driver(struct serio *serio) #define SERIO_LKKBD 0x28 #define SERIO_ELO 0x29 #define SERIO_MICROTOUCH 0x30 +#define SERIO_PENMOUNT 0x31 #endif |