Re: [PATCH libinput 1/2] tablet: Use separate tool objects for tools without serials

2014-08-06 Thread Peter Hutterer
this patch really needs a extensive commit message explaining why we keep those separate. we've discussed that on IRC, but for everyone else it needs to be in the commit msg. On Thu, Aug 07, 2014 at 12:09:22AM -0400, Stephen Chandler Paul wrote: > Signed-off-by: Stephen Chandler Paul > --- > sr

[PATCH libinput 1/2] tablet: Use separate tool objects for tools without serials

2014-08-06 Thread Stephen Chandler Paul
Signed-off-by: Stephen Chandler Paul --- src/evdev-tablet.c | 32 -- src/evdev-tablet.h | 4 +++ test/tablet.c | 79 ++ 3 files changed, 107 insertions(+), 8 deletions(-) diff --git a/src/evdev-tablet.c b/src/evdev-tab