Re: [PATCH libinput 3/5] test: allow for description-based test devices

2014-04-03 Thread Peter Hutterer
On Fri, Apr 04, 2014 at 01:52:09PM +1000, Peter Hutterer wrote: > On Thu, Apr 03, 2014 at 10:43:03PM +0200, Jonas Ådahl wrote: > [...] > > > diff --git a/test/litest.c b/test/litest.c > > > index 6767952..23ba76b 100644 > > > --- a/test/litest.c > > > +++ b/test/litest.c > > > @@ -61,6 +61,12 @@ st

Re: [PATCH libinput 3/5] test: allow for description-based test devices

2014-04-03 Thread Peter Hutterer
On Thu, Apr 03, 2014 at 10:43:03PM +0200, Jonas Ådahl wrote: [...] > > diff --git a/test/litest.c b/test/litest.c > > index 6767952..23ba76b 100644 > > --- a/test/litest.c > > +++ b/test/litest.c > > @@ -61,6 +61,12 @@ struct suite { > > > > static struct litest_device *current_device; > > > >

Re: [PATCH libinput 3/5] test: allow for description-based test devices

2014-04-03 Thread Jonas Ådahl
On Tue, Apr 01, 2014 at 01:47:07PM +1000, Peter Hutterer wrote: > Most of the test devices now are static descriptions anyway, make them fully > static now, including for touch events. > > Switch the synaptics device now as example, the rest comes later for easier > patch review. > > Signed-off-b

Re: [PATCH libinput 3/5] test: allow for description-based test devices

2014-04-01 Thread Hans de Goede
Hi, On 04/01/2014 05:47 AM, Peter Hutterer wrote: > Most of the test devices now are static descriptions anyway, make them fully > static now, including for touch events. > > Switch the synaptics device now as example, the rest comes later for easier > patch review. > > Signed-off-by: Peter Hutt

[PATCH libinput 3/5] test: allow for description-based test devices

2014-03-31 Thread Peter Hutterer
Most of the test devices now are static descriptions anyway, make them fully static now, including for touch events. Switch the synaptics device now as example, the rest comes later for easier patch review. Signed-off-by: Peter Hutterer --- test/litest-int.h | 47 ++- test/li