From 5da62fd661f7a6ae37915594beb0e4169a86dc24 Mon Sep 17 00:00:00 2001 From: Jason Gerecke Date: Mon, 24 Sep 2012 09:21:31 -0700 Subject: [PATCH] --- yaml --- r: 328502 b: refs/heads/master c: 5e056ef4ddeb6129f6bb170f2c26b8f370bbcda7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/input/tablet/wacom_wac.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 00e9538d7147..b6797363e38e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 824efd37415961d38821ecbd9694e213fb2e8b32 +refs/heads/master: 5e056ef4ddeb6129f6bb170f2c26b8f370bbcda7 diff --git a/trunk/drivers/input/tablet/wacom_wac.c b/trunk/drivers/input/tablet/wacom_wac.c index 532d067a9e07..93171098abbd 100644 --- a/trunk/drivers/input/tablet/wacom_wac.c +++ b/trunk/drivers/input/tablet/wacom_wac.c @@ -606,7 +606,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 {