projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe981f2
)
Input: aiptek - fixed mouse button defines
author
Rene van Paassen
<rene.vanpaassen@gmail.com>
Mon, 21 May 2007 04:31:45 +0000
(
00:31
-0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Tue, 10 Jul 2007 04:35:16 +0000
(
00:35
-0400)
Mouse button defines tested the wrong bits, now fixed
Signed-off-by: Rene van Paassen <rene.vanpaassen@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/aiptek.c
patch
|
blob
|
history
diff --git
a/drivers/input/tablet/aiptek.c
b/drivers/input/tablet/aiptek.c
index 5aa8abf7ec8536941fdc29498b1cd3a3bce0a3ea..147ed340e6e13d00e425fc2e8d79f11874d7b185 100644
(file)
--- a/
drivers/input/tablet/aiptek.c
+++ b/
drivers/input/tablet/aiptek.c
@@
-264,9
+264,9
@@
/* Mouse button programming
*/
-#define AIPTEK_MOUSE_LEFT_BUTTON 0x0
1
-#define AIPTEK_MOUSE_RIGHT_BUTTON 0x0
2
-#define AIPTEK_MOUSE_MIDDLE_BUTTON 0x
04
+#define AIPTEK_MOUSE_LEFT_BUTTON 0x0
4
+#define AIPTEK_MOUSE_RIGHT_BUTTON 0x0
8
+#define AIPTEK_MOUSE_MIDDLE_BUTTON 0x
10
/* Stylus button programming
*/