[PATCH libinput] doc: document the event timestamps

2017-05-01 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- doc/Makefile.am| 1 + doc/page-hierarchy.dox | 3 ++- doc/timestamps.dox | 36 src/libinput.h | 42 ++ 4 files changed, 81 insertions(+),

Re: [PATCH xf86-input-libinput] Allow symbolic link device path

2017-05-01 Thread Peter Hutterer
Hi Christian, On Wed, Apr 26, 2017 at 08:40:27AM +, Kögler Christian wrote: > Motivation > Assign calibration to a specific device. > > Problem > LIBINPUT_CALIBRATION_MATRIX is not used, because the used context creation > function libinput_path_create_context do not recognize Udev

Re: [PATCH 1/3] udev: Remove unused Elantech touchpad model binding

2017-05-01 Thread Peter Hutterer
On Fri, Apr 28, 2017 at 03:29:02PM +0200, Paul Kocialkowski wrote: > The Elantech touchpad model binding in udev is currently unused, since > pressure values were moved to a udev binding of their own. > > This gets rid of the deprecated model binding. > > Signed-off-by: Paul Kocialkowski

Re: [PATCH v2 libinput 3/5] test: allow running the symbols-leak-test.in script directly

2017-05-01 Thread Eric Engestrom
Reviewed-by: Eric Engestrom On 2 May 2017 01:01:32 BST, Peter Hutterer wrote: >With autotools, we replace the @top_srcdir@ during configure and then >run >the resulting scripts. > >With meson, it's easier to just pass top-srcdir it in as argument. >

[PATCH v2 libinput 3/5] test: allow running the symbols-leak-test.in script directly

2017-05-01 Thread Peter Hutterer
With autotools, we replace the @top_srcdir@ during configure and then run the resulting scripts. With meson, it's easier to just pass top-srcdir it in as argument. Signed-off-by: Peter Hutterer --- Changes to v1: - use a case statement to check the first character for

Re: [PATCH libinput 5/5] Add meson.build file

2017-05-01 Thread Peter Hutterer
On Sun, Apr 30, 2017 at 08:52:21PM +0200, Quentin Glidic wrote: > On 4/26/17 4:20 AM, Peter Hutterer wrote: > > Signed-off-by: Peter Hutterer > > --- > > meson.build | 596 > > ++ > > meson_options.txt | 16