]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/input/tablet/wacom_wac.c
Merge remote-tracking branch 'input/next'
[karo-tx-linux.git] / drivers / input / tablet / wacom_wac.c
index b989bbfe0dc8a65755debbd5498e9441dfc110fe..c3468c8dbd891865b0fd2b4a8159f499ea8df1f1 100644 (file)
@@ -611,7 +611,7 @@ static int wacom_intuos_irq(struct wacom_wac *wacom)
                                input_report_abs(input, ABS_WHEEL, 0);
                        }
 
-                       if (data[2] | (data[3] & 0x01) | data[4]) {
+                       if (data[2] | (data[3] & 0x01) | data[4] | data[5]) {
                                input_report_key(input, wacom->tool[1], 1);
                                input_report_abs(input, ABS_MISC, PAD_DEVICE_ID);
                        } else {