This also suggests that no-one has actually tried a cursor tool with this driver...
Signed-off-by: Peter Hutterer <[email protected]> --- src/xf86Wacom.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c index 0962e1d..38550f2 100644 --- a/src/xf86Wacom.c +++ b/src/xf86Wacom.c @@ -223,7 +223,7 @@ wcmInitAxes(DeviceIntPtr pWcm) { label = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_RZ); min = -900; - max = -899; + max = 899; min_res = max_res = res = 1; mode = Absolute; } else if (IsPad(priv)) -- 1.7.4 ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
