Re: [PATCH 1/7] litest: add a generic multitouch screen

2015-06-11 Thread Peter Hutterer
On Thu, Jun 11, 2015 at 10:06:37PM +0200, Andreas Pokorny wrote: > Hi, > > On Thu, Jun 11, 2015 at 8:04 AM, Peter Hutterer > wrote: > > > [...] > > > +static struct input_absinfo absinfo[] = { > > > + { ABS_X, 0, 1500, 0, 0, 0 }, > > > + { ABS_Y, 0, 2500, 0, 0, 0 }, > > > > out of intere

Re: [PATCH 1/7] litest: add a generic multitouch screen

2015-06-11 Thread Andreas Pokorny
Hi, On Thu, Jun 11, 2015 at 8:04 AM, Peter Hutterer wrote: > [...] > > +static struct input_absinfo absinfo[] = { > > + { ABS_X, 0, 1500, 0, 0, 0 }, > > + { ABS_Y, 0, 2500, 0, 0, 0 }, > > out of interest: is his from a real touchscreen? no resolution? > Yes and not an exception. I haven

Re: [PATCH 1/7] litest: add a generic multitouch screen

2015-06-10 Thread Peter Hutterer
On Wed, Jun 10, 2015 at 04:09:11PM +0200, Andreas Pokorny wrote: > Adds a device with various touch related axes and respective device features > to litest. And additional routines to simulate pressure orientation and > touch major/minor changes. fwiw, plesae sign off your patches for libinput. >

[PATCH 1/7] litest: add a generic multitouch screen

2015-06-10 Thread Andreas Pokorny
Adds a device with various touch related axes and respective device features to litest. And additional routines to simulate pressure orientation and touch major/minor changes. --- test/Makefile.am | 1 + test/litest-touch-screen.c | 100 + te