commit | 3cadd2d98972f806165c634553ac4918b2b7920c | [log] [tgz] |
---|---|---|
author | Richard Lemon <richard@codelemon.com> | Thu Jun 26 10:10:41 2008 -0400 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Jun 30 09:37:32 2008 -0400 |
tree | f105fefd7b21131b6a5445ee8002f9441f061d5f | |
parent | 8a65c02f1dfda13ac2172f88f90f087330db82de [diff] |
Input: Add driver for iNexio serial touchscreen. Signed-off-by: Richard Lemon <richard@codelemon.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
diff --git a/include/linux/serio.h b/include/linux/serio.h index 95674d9..36c6ab8 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h
@@ -212,5 +212,6 @@ #define SERIO_TAOSEVM 0x34 #define SERIO_FUJITSU 0x35 #define SERIO_ZHENHUA 0x36 +#define SERIO_INEXIO 0x37 #endif