Re: [PATCH] Don't normalize the abswheel unless it's from the stylus tool.

2010-11-24 Thread Peter Hutterer
On Thu, Nov 25, 2010 at 02:48:15PM +1000, Peter Hutterer wrote: > The pad has an abswheel too, normalizing this into the rotation range > screws the coordinates. > > Signed-off-by: Peter Hutterer > --- sorry, wrong list, this is a wacom patch. Cheers, Peter > src/wcmCommon.c |8 ++--

[PATCH] Don't normalize the abswheel unless it's from the stylus tool.

2010-11-24 Thread Peter Hutterer
The pad has an abswheel too, normalizing this into the rotation range screws the coordinates. Signed-off-by: Peter Hutterer --- src/wcmCommon.c |8 ++-- src/wcmUSB.c|9 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/wcmCommon.c b/src/wcmCommon.c inde