aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serio.h
diff options
context:
space:
mode:
authorJaya Kumar <jayakumar.lkml@gmail.com>2008-11-19 16:58:50 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-11-24 11:41:38 -0500
commit3eb1aa43ef5cb871ba3fb2f08633675eca374d2e (patch)
treea370e60ff68dcdf54e789496f4f3c2ff9499ea96 /include/linux/serio.h
parentInput: synaptics - report multi-taps only if supported by the device (diff)
downloadlinux-dev-3eb1aa43ef5cb871ba3fb2f08633675eca374d2e.tar.xz
linux-dev-3eb1aa43ef5cb871ba3fb2f08633675eca374d2e.zip
Input: add support for Wacom W8001 penabled serial touchscreen
The Wacom W8001 sensor is a sensor device (uses electromagnetic resonance) and it is interfaced via its serial microcontroller to the host. Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to '')
-rw-r--r--include/linux/serio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h
index 25641d9e0ea8..1bcb357a01a1 100644
--- a/include/linux/serio.h
+++ b/include/linux/serio.h
@@ -213,5 +213,6 @@ static inline void serio_unpin_driver(struct serio *serio)
#define SERIO_ZHENHUA 0x36
#define SERIO_INEXIO 0x37
#define SERIO_TOUCHIT213 0x37
+#define SERIO_W8001 0x39
#endif