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:
202dec8
)
Input: wacom - DTH2242 Grip Pen id was off by one bit
author
Ping Cheng
<pinglinux@gmail.com>
Tue, 16 Apr 2013 23:09:33 +0000
(16:09 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 19 Apr 2013 15:52:28 +0000
(08:52 -0700)
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/wacom_wac.c
patch
|
blob
|
history
diff --git
a/drivers/input/tablet/wacom_wac.c
b/drivers/input/tablet/wacom_wac.c
index 49fdff02b5fed34e24ffda008d9c91dade317aba..9ec24df3650662eaf622828f5a13b918ea2ef21d 100644
(file)
--- a/
drivers/input/tablet/wacom_wac.c
+++ b/
drivers/input/tablet/wacom_wac.c
@@
-359,7
+359,7
@@
static int wacom_intuos_inout(struct wacom_wac *wacom)
case 0x802: /* Intuos4 General Pen */
case 0x804: /* Intuos4 Marker Pen */
case 0x40802: /* Intuos4 Classic Pen */
- case 0x1880
3
: /* DTH2242 Grip Pen */
+ case 0x1880
2
: /* DTH2242 Grip Pen */
case 0x022:
wacom->tool[idx] = BTN_TOOL_PEN;
break;