Re: [PATCH v2] Allow ConstantDeceleration < 1.0

2016-06-09 Thread Peter Hutterer
On Thu, Jun 09, 2016 at 07:45:15PM -0500, Eric Biggers wrote: > As documented in xorg.conf(5), a value of ConstantDeceleration between 0 > and 1 will speed up the pointer. However, values less than 1 actually > had no effect. Fix this. > > Note that this bug only affected "ConstantDeceleration"

Re: [PATCH] Allow ConstantDeceleration and AdaptiveDeceleration < 1.0

2016-06-09 Thread Eric Biggers
On Fri, Jun 10, 2016 at 09:44:05AM +1000, Peter Hutterer wrote: > > > For consistency I also made the same change for AdaptiveDeceleration, > > which had the same behavior. > > but not this one, imo this one doesn't make sense. adaptive deceleration > means it makes the pointer slower when going

[PATCH v2] Allow ConstantDeceleration < 1.0

2016-06-09 Thread Eric Biggers
As documented in xorg.conf(5), a value of ConstantDeceleration between 0 and 1 will speed up the pointer. However, values less than 1 actually had no effect. Fix this. Note that this bug only affected "ConstantDeceleration" as configured through xorg.conf, not "Device Accel Constant Deceleration

Re: [PATCH] Allow ConstantDeceleration and AdaptiveDeceleration < 1.0

2016-06-09 Thread Peter Hutterer
On Thu, Jun 09, 2016 at 06:57:59PM -0500, Eric Biggers wrote: > On Fri, Jun 10, 2016 at 09:44:05AM +1000, Peter Hutterer wrote: > > > > > For consistency I also made the same change for AdaptiveDeceleration, > > > which had the same behavior. > > > > but not this one, imo this one doesn't make se

Re: [PATCH] Allow ConstantDeceleration and AdaptiveDeceleration < 1.0

2016-06-09 Thread Peter Hutterer
On Wed, Jun 08, 2016 at 10:26:53PM -0500, Eric Biggers wrote: > As documented in xorg.conf(5), a value of ConstantDeceleration between 0 > and 1 will speed up the pointer. However, values less than 1 actually > had no effect. Fix this. yeah, ok, I can live with that. > For consistency I also ma