Re: [PATCH libinput] touchpad: warn if we have invalid touchpad ranges

2016-06-01 Thread Peter Hutterer
On Wed, Jun 01, 2016 at 08:41:17AM -0500, Yong Bakos wrote: > On May 31, 2016, at 7:42 PM, Peter Hutterer wrote: > > > > Quite a few bugs are caused by touchpad ranges being out of whack. If we get > > input events significantly outside the expected range (5% width/height as > > error margin) pri

Re: [PATCH libinput] touchpad: warn if we have invalid touchpad ranges

2016-06-01 Thread Yong Bakos
On May 31, 2016, at 7:42 PM, Peter Hutterer wrote: > > Quite a few bugs are caused by touchpad ranges being out of whack. If we get > input events significantly outside the expected range (5% width/height as > error margin) print a warning to the log. > > And add a new doc page to explain what i

Re: [PATCH libinput] touchpad: warn if we have invalid touchpad ranges

2016-06-01 Thread Hans de Goede
Hi, On 01-06-16 02:42, Peter Hutterer wrote: Quite a few bugs are caused by touchpad ranges being out of whack. If we get input events significantly outside the expected range (5% width/height as error margin) print a warning to the log. And add a new doc page to explain what is happening and h

[PATCH libinput] touchpad: warn if we have invalid touchpad ranges

2016-05-31 Thread Peter Hutterer
Quite a few bugs are caused by touchpad ranges being out of whack. If we get input events significantly outside the expected range (5% width/height as error margin) print a warning to the log. And add a new doc page to explain what is happening and how to fix it. Signed-off-by: Peter Hutterer --