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
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
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.
>
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