Re: [PATCH] Remove spurious addition from range normalization calculation

2014-12-07 Thread Peter Hutterer
On Fri, Dec 05, 2014 at 03:13:34PM -0800, Jason Gerecke wrote: > The presence of a "+1" in the range calculation prevents the > normalization functions from returning a value of "1.0" when > absinfo->value has reached its maximum. > > Signed-off-by: Jason Gerecke > --- whoopsy. merged, thanks.

[PATCH] Remove spurious addition from range normalization calculation

2014-12-05 Thread Jason Gerecke
The presence of a "+1" in the range calculation prevents the normalization functions from returning a value of "1.0" when absinfo->value has reached its maximum. Signed-off-by: Jason Gerecke --- src/evdev-tablet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/evdev-