I don't know how that could have worked since 38482b322d3b "Added support
for Intuos4". x/y is hardcoded to 0, hence the SetScreen call would always
reset to whatever screen is there.

Either way, it's one of the contributors to the Intuos3's strip buttons
being broken.

Signed-off-by: Peter Hutterer <[email protected]>
---
 src/wcmCommon.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index b9385af..560fd91 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -941,8 +941,6 @@ void wcmSendEvents(LocalDevicePtr local, const 
WacomDeviceState* ds)
                {
                        x = 0;
                        y = 0;
-                       if ( v3 || v4 || v5 )
-                               wcmSetScreen(local, x, y);
 
                        /* don't emit proximity events if device does not 
support proximity */
                        if ((local->dev->proximity && !priv->oldProximity))
-- 
1.6.6.1


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to