Re: [PATCH libinput 0/3] Device-tree-based model detection

2017-05-01 Thread Peter Hutterer
On Fri, Apr 28, 2017 at 03:32:58PM +0200, Paul Kocialkowski wrote: > This series introduces device-tree-based model detection and uses it for > fine tuning on the Chromebook R13 CB5-312T. > > It applies on top of my series fixing the default range values for PS/2 > Elantech touchpads. Patches loo

[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(+), 1 deletion(-) create mode

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 variables.

[PATCH v3 libinput 5/5] Add meson.build file

2017-05-01 Thread Peter Hutterer
v2: - meson 0.40 requirement - add_project_arguments() instead of add_global_arguments() - use cc.get_define('static_assert') - use config.set10 and config.set_quoted instead of manual handling - more use of join_paths - use files() for model quirks hwdb check - update options to all state 'true' a

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 All th

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. > >Signed-off-by: Peter Hutterer >--- >Changes

[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 @ to check whether it was

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 ++ > > 2 files changed, 61