Re: [PATCH libinput 05/11] evdev: apply calibration to multitouch values as well

2014-08-29 Thread Hans de Goede
Hi, On 08/29/2014 01:50 AM, Peter Hutterer wrote: > On Thu, Aug 28, 2014 at 03:02:33PM +0200, Hans de Goede wrote: >> Hi, >> >> On 08/27/2014 06:31 AM, Peter Hutterer wrote: >>> We apply calibration to single-touch and absolute devices, but we might as >>> well do so for multitouch events. >>> >>>

Re: [PATCH libinput 05/11] evdev: apply calibration to multitouch values as well

2014-08-28 Thread Peter Hutterer
On Thu, Aug 28, 2014 at 03:02:33PM +0200, Hans de Goede wrote: > Hi, > > On 08/27/2014 06:31 AM, Peter Hutterer wrote: > > We apply calibration to single-touch and absolute devices, but we might as > > well do so for multitouch events. > > > > Signed-off-by: Peter Hutterer > > --- > > src/evdev

Re: [PATCH libinput 05/11] evdev: apply calibration to multitouch values as well

2014-08-28 Thread Hans de Goede
Hi, On 08/27/2014 06:31 AM, Peter Hutterer wrote: > We apply calibration to single-touch and absolute devices, but we might as > well do so for multitouch events. > > Signed-off-by: Peter Hutterer > --- > src/evdev.c | 31 +++ > 1 file changed, 19 insertions(+), 12 d

[PATCH libinput 05/11] evdev: apply calibration to multitouch values as well

2014-08-26 Thread Peter Hutterer
We apply calibration to single-touch and absolute devices, but we might as well do so for multitouch events. Signed-off-by: Peter Hutterer --- src/evdev.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index 9c53e32