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