Re: [PATCH libinput] tablet: add libinput_tablet_tool_is_unique()

2015-12-22 Thread Hans de Goede
Hi, On 12/20/2015 11:34 PM, Peter Hutterer wrote: For checking if a tablet tool can be uniquely identified by libinput. In practice this means checking for a nonzero serial number, but let's not restrict ourselves to allowing just that. Signed-off-by: Peter Hutterer Looks good to me: Review

[PATCH libinput] tablet: add libinput_tablet_tool_is_unique()

2015-12-20 Thread Peter Hutterer
For checking if a tablet tool can be uniquely identified by libinput. In practice this means checking for a nonzero serial number, but let's not restrict ourselves to allowing just that. Signed-off-by: Peter Hutterer --- doc/tablet-support.dox | 4 +++- src/libinput.c | 6 ++ src/l