Commit c7f0522 accidentally used ABS_RX for reporting both 'strip1' and
'strip2', when the latter should actually be reported through ABS_RY.

Signed-off-by: Jason Gerecke <jason.gere...@wacom.com>
Signed-off-by: Jiri Kosina <jkos...@suse.cz>
[jason.gere...@wacom.com: Imported into input-wacom repository (03a0dc5)]
Signed-off-by: Jason Gerecke <jason.gere...@wacom.com>
[jason.gere...@wacom.com: backported from input-wacom 6f348a8]
Signed-off-by: Jason Gerecke <jason.gere...@wacom.com>
---
 2.6.38/wacom_wac.c | 2 +-
 3.7/wacom_wac.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/2.6.38/wacom_wac.c b/2.6.38/wacom_wac.c
index 7432896..9af8427 100644
--- a/2.6.38/wacom_wac.c
+++ b/2.6.38/wacom_wac.c
@@ -507,7 +507,7 @@ static int wacom_intuos_pad(struct wacom_wac *wacom)
                input_report_key(input, KEY_PROG1 + i, keys & (1 << i));
 
        input_report_abs(input, ABS_RX, strip1);
-       input_report_abs(input, ABS_RX, strip2);
+       input_report_abs(input, ABS_RY, strip2);
 
        input_report_abs(input, ABS_WHEEL,    ring1 & 0x7f ? ring1 : 0);
        input_report_abs(input, ABS_THROTTLE, ring2 & 0x07 ? ring2 : 0);
diff --git a/3.7/wacom_wac.c b/3.7/wacom_wac.c
index a1dfe32..5a4496c 100644
--- a/3.7/wacom_wac.c
+++ b/3.7/wacom_wac.c
@@ -507,7 +507,7 @@ static int wacom_intuos_pad(struct wacom_wac *wacom)
                input_report_key(input, KEY_PROG1 + i, keys & (1 << i));
 
        input_report_abs(input, ABS_RX, strip1);
-       input_report_abs(input, ABS_RX, strip2);
+       input_report_abs(input, ABS_RY, strip2);
 
        input_report_abs(input, ABS_WHEEL,    ring1 & 0x7f ? ring1 : 0);
        input_report_abs(input, ABS_THROTTLE, ring2 & 0x07 ? ring2 : 0);
-- 
2.7.1


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to