]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Input: wacom - DTH2242 Grip Pen id was off by one bit
authorPing Cheng <pinglinux@gmail.com>
Tue, 16 Apr 2013 23:09:33 +0000 (16:09 -0700)
committerDmitry 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

index 49fdff02b5fed34e24ffda008d9c91dade317aba..9ec24df3650662eaf622828f5a13b918ea2ef21d 100644 (file)
@@ -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 0x18803: /* DTH2242 Grip Pen */
+               case 0x18802: /* DTH2242 Grip Pen */
                case 0x022:
                        wacom->tool[idx] = BTN_TOOL_PEN;
                        break;