summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2009-03-07 13:39:22 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-03-07 18:41:38 -0800
commitab96ddec7213004b632d24dc2cdcd2df5f16f50b (patch)
tree49ed4e8989cd16a033b5d4318a6d1fbd24e8c416 /include
parent9ab7b25e6a30d2292bd6d4913b71c918ee1e21b4 (diff)
downloadlinux-ab96ddec7213004b632d24dc2cdcd2df5f16f50b.tar.gz
Input: serio - fix protocol number for TouchIT213
Protocol 0x37 has been reserved for iNexio devices and Sahara
was supposed to get 0x38.

Reported-by: Claudio Nieder <private@claudio.ch>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include')
-rw-r--r--include/linux/serio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h
index 1bcb357a01a1..e0417e4d3f15 100644
--- a/include/linux/serio.h
+++ b/include/linux/serio.h
@@ -212,7 +212,7 @@ static inline void serio_unpin_driver(struct serio *serio)
 #define SERIO_FUJITSU	0x35
 #define SERIO_ZHENHUA	0x36
 #define SERIO_INEXIO	0x37
-#define SERIO_TOUCHIT213	0x37
+#define SERIO_TOUCHIT213	0x38
 #define SERIO_W8001	0x39
 
 #endif