Re: [PATCH libinput 09/10] tools: keep a list of devices around for run-time changes

2014-09-19 Thread Hans de Goede
Hi, On 09/19/2014 07:44 AM, Peter Hutterer wrote: > Hard-coded to 50 devices, because for a debugging tool that's plenty. > > Signed-off-by: Peter Hutterer This patch and 10/10 look good and are: Reviewed-by: Hans de Goede Regards, Hans > --- > tools/event-gui.c | 36 +

[PATCH libinput 09/10] tools: keep a list of devices around for run-time changes

2014-09-18 Thread Peter Hutterer
Hard-coded to 50 devices, because for a debugging tool that's plenty. Signed-off-by: Peter Hutterer --- tools/event-gui.c | 36 1 file changed, 36 insertions(+) diff --git a/tools/event-gui.c b/tools/event-gui.c index 3ef3005..fcae236 100644 --- a/tools/even