Re: [Linuxwacom-devel] [PATCH 1/2] Process pressure only when it is supported

2011-10-20 Thread Peter Hutterer
On Wed, Oct 19, 2011 at 05:01:08PM -0700, Ping Cheng wrote: > normalizePressure crashes if wcmMaxZ is 0. > > Signed-off-by: Ping Cheng > --- > src/wcmCommon.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/wcmCommon.c b/src/wcmCommon.c > index c3c8907..

Re: [Linuxwacom-devel] [PATCH 1/2] Process pressure only when it is supported

2011-10-20 Thread Ping Cheng
On Wed, Oct 19, 2011 at 7:01 PM, Chris Bagwell wrote: > On Wed, Oct 19, 2011 at 7:01 PM, Ping Cheng wrote: >> normalizePressure crashes if wcmMaxZ is 0. > > The crash must depend on version of Xorg your using.  I'd assume I'd > see this crash as well now that I'm using the Bamboo driver that > re

Re: [Linuxwacom-devel] [PATCH 1/2] Process pressure only when it is supported

2011-10-19 Thread Chris Bagwell
On Wed, Oct 19, 2011 at 7:01 PM, Ping Cheng wrote: > normalizePressure crashes if wcmMaxZ is 0. The crash must depend on version of Xorg your using. I'd assume I'd see this crash as well now that I'm using the Bamboo driver that removed pressure support for touch... but I don't. Change makes se

[Linuxwacom-devel] [PATCH 1/2] Process pressure only when it is supported

2011-10-19 Thread Ping Cheng
normalizePressure crashes if wcmMaxZ is 0. Signed-off-by: Ping Cheng --- src/wcmCommon.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wcmCommon.c b/src/wcmCommon.c index c3c8907..08b3283 100644 --- a/src/wcmCommon.c +++ b/src/wcmCommon.c @@ -1168,17 +1168,1