Re: [PATCH libinput tablet] tablet: add get_time_usec() for tablets, switch to usec

2015-08-03 Thread Jonas Ådahl
On Tue, Aug 04, 2015 at 02:10:16PM +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ådahl > --- > src/evdev-tablet.c | 16 > src/libinput-private.h | 6 +++--- > src/libinput.c | 14 ++ > src/libinput.h | 9 +

[PATCH libinput tablet] tablet: add get_time_usec() for tablets, switch to usec

2015-08-03 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 16 src/libinput-private.h | 6 +++--- src/libinput.c | 14 ++ src/libinput.h | 9 + src/libinput.sym | 1 + 5 files changed, 31 insertions(+), 15 deletions(-) diff --git a/sr