Signed-off-by: Peter Hutterer
---
src/evdev-mt-touchpad.c | 41 +++
test/test-touchpad.c| 73 ++---
2 files changed, 13 insertions(+), 101 deletions(-)
diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
index e5f
libinput 1.7.3 is now available. This release fixes a crash caused by the
lid switch handler on device removal (depending on the removal order, an
assertion was triggered). A few warning fixes and a slight palm detection
improvement - tapping in the palm edge detection zone is now ignored, thus
red
On Thu, Jun 08, 2017 at 03:45:24PM +0100, Eric Engestrom wrote:
> On Wednesday, 2017-06-07 11:28:28 +1000, Peter Hutterer wrote:
> > This makes it possible to run multiple test suite simultaneously on the same
> > host without messing up the other runs (provided that all instances use
> > the same
On Wednesday, 2017-05-24 21:23:14 +0100, Eric Engestrom wrote:
> This field is populated with chars, compared to chars and printed as
> a char. It should probably be a char.
>
> Signed-off-by: Eric Engestrom
Humble ping?
I don't have commit access either, so you'll have to push this for me :)
On Wednesday, 2017-06-07 11:28:28 +1000, Peter Hutterer wrote:
> This makes it possible to run multiple test suite simultaneously on the same
> host without messing up the other runs (provided that all instances use
> the same udev/hwdb files). Previously, removing the udev rules/hwdb at the end
>
From: Mathias Fiedler
The client connection is destroyed by the server in several
circumstances. This patch adds log messages in case the connection is
destroyed due to an error other than normal hangup.
Signed-off-by: Mathias Fiedler
---
src/wayland-server.c | 40 +
On Wed, 7 Jun 2017 14:28:58 +
"Ucan, Emre (ADITG/ESB)" wrote:
> Hi Pekka,
Hi Emre,
I'm adding back the Cc's. Replies below.
> > From: Pekka Paalanen [mailto:ppaala...@gmail.com]
> > Sent: Mittwoch, 7. Juni 2017 10:00
> > To: Ucan, Emre (ADITG/ESB)
> > Cc: wayland-devel@lists.freedesktop.or
Hey Peter,
[...]
> > -XWAYLANDMODULES="wayland-client >= 1.3.0 wayland-protocols >= 1.5 $LIBDRM
> > epoxy"
> > +XWAYLANDMODULES="wayland-client >= 1.3.0 wayland-protocols >= 1.7 $LIBDRM
> > epoxy"
>
> btw, this one needs to be changed to 1.8 or whatever it comes in, afacit the
> grab bits aren't
On Wed, Jun 07, 2017 at 09:31:18AM +0200, Olivier Fourdan wrote:
> Signed-off-by: Olivier Fourdan
> Reviewed-by: Peter Hutterer
> ---
> v2: Remove break after return statement (Peter's review)
>
> configure.ac | 2 +-
> hw/xwayland/Makefile.am | 7 +++-
> hw/xwayland/xwa