Re: [PATCH libinput] tools: replace the tap time measuring tool with a python one

2017-11-16 Thread Peter Hutterer
On Thu, Nov 16, 2017 at 03:03:41PM +0800, Dima Ryazanov wrote: > Oh nice, much simpler. I have a few nitpick comments, but it looks good, > and works for me. > > Reviewed-By: Dima Ryazanov > Tested-By: Dima Ryazanov thx, much appreciated! > On Thu, Nov 16, 2017 at 1:11 PM, Peter Hutterer > wr

Re: [PATCH libinput] tools: replace the tap time measuring tool with a python one

2017-11-15 Thread Dima Ryazanov
Oh nice, much simpler. I have a few nitpick comments, but it looks good, and works for me. Reviewed-By: Dima Ryazanov Tested-By: Dima Ryazanov On Thu, Nov 16, 2017 at 1:11 PM, Peter Hutterer wrote: > A lot easier to process data in python than in C. > > Signed-off-by: Peter Hutterer > --- >

[PATCH libinput] tools: replace the tap time measuring tool with a python one

2017-11-15 Thread Peter Hutterer
A lot easier to process data in python than in C. Signed-off-by: Peter Hutterer --- meson.build | 10 +- tools/libinput-measure-touchpad-tap | 261 + tools/libinput-measure-touchpad-tap.c | 509 -- 3 files changed, 263