[PATCH libinput] touchpad: fix the button timestamps for double/tripletap

2017-04-26 Thread Peter Hutterer
Both events had the same timestamp but we have the timestamp from the original event - use it. https://bugs.freedesktop.org/show_bug.cgi?id=100796 Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad-tap.c | 10 +-- test/test-touchpad-tap.c| 68 ++-

Re: [RFC v2 wayland-protocols] inputfd - direct input access protocol

2017-04-26 Thread Peter Hutterer
On Thu, Apr 27, 2017 at 02:26:24AM +0200, Bastien Nocera wrote: > On Thu, 2017-04-27 at 08:35 +1000, Peter Hutterer wrote: > > On Wed, Apr 26, 2017 at 03:49:55PM +0200, Bastien Nocera wrote: > > > On Wed, 2017-04-26 at 12:00 +1000, Peter Hutterer wrote: > > > > > > > > > diff --git a/README.md b/

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

2017-04-26 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

[PATCH v2 libinput 4.5/5] test: switch from #ifdef to #if HAVE_LIBUNWIND

2017-04-26 Thread Peter Hutterer
We use #if everywhere else and it allows building with '-Wundef -Werror=undef' to avoid accidental misuse. Signed-off-by: Peter Hutterer --- New in this series test/litest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/litest.c b/test/litest.c index c7869e8..9eadc45

Re: [RFC v2 wayland-protocols] inputfd - direct input access protocol

2017-04-26 Thread Bastien Nocera
On Thu, 2017-04-27 at 08:35 +1000, Peter Hutterer wrote: > On Wed, Apr 26, 2017 at 03:49:55PM +0200, Bastien Nocera wrote: > > On Wed, 2017-04-26 at 12:00 +1000, Peter Hutterer wrote: > > > > > > diff --git a/README.md b/README.md > > > index 2f611c5..95e9d9b 100644 > > > --- a/README.md > > > ++

Re: [RFC v2 wayland-protocols] inputfd - direct input access protocol

2017-04-26 Thread Peter Hutterer
On Wed, Apr 26, 2017 at 03:49:55PM +0200, Bastien Nocera wrote: > On Wed, 2017-04-26 at 12:00 +1000, Peter Hutterer wrote: > > On Tue, Apr 25, 2017 at 11:16:24AM +0200, Bastien Nocera wrote: > > > On Tue, 2017-04-25 at 10:20 +1000, Peter Hutterer wrote: > > > > On Mon, Apr 24, 2017 at 02:19:45PM +1

Re: [ANNOUNCE] wayland 1.13.0

2017-04-26 Thread Daniel Stone
Hi, On 21 February 2017 at 22:59, Bryce Harrington wrote: > Our next major release will be version 1.14, which will be scheduled > tentatively as follows: > > √ Development opens immediately > > - 1.14-alpha in early May > > - 1.14-beta around mid May > > - 1.14-rc1 late May, with rc2 onl

Re: [RFC v2 wayland-protocols] inputfd - direct input access protocol

2017-04-26 Thread Bastien Nocera
On Wed, 2017-04-26 at 12:00 +1000, Peter Hutterer wrote: > On Tue, Apr 25, 2017 at 11:16:24AM +0200, Bastien Nocera wrote: > > On Tue, 2017-04-25 at 10:20 +1000, Peter Hutterer wrote: > > > On Mon, Apr 24, 2017 at 02:19:45PM +1000, Peter Hutterer wrote: > > > > On Sun, Apr 23, 2017 at 09:47:20AM -0

[PATCH v2] linux-dmabuf: advertise supported formats and modifiers

2017-04-26 Thread Varad Gautam
From: Varad Gautam implement 'modifier' event to communicate available formats and modifiers to the client and support zwp_linux_dmabuf_v1 interface version 3. v2: handle zero modifiers case, deprecate 'format' event. Signed-off-by: Varad Gautam --- Although DRM_FORMAT_MOD_NONE better articul

[PATCH v2] clients/simple-dmabuf-drm: add freedreno support alongside intel

2017-04-26 Thread Varad Gautam
abstract drm specific bits to struct drm_device and support running on freedreno. introduce 'modifier' event. v2: rebase to master, deprecate 'format' event. Signed-off-by: Varad Gautam --- protocol: https://patchwork.freedesktop.org/patch/133970/ tree: git://git.collabora.com/git/user/varad/we

[RESEND][weston v2 1/2] linux-dmabuf: implement immediate dmabuf import

2017-04-26 Thread Varad Gautam
From: Varad Gautam handle create_immed() dmabuf import requests and support zwp_linux_dmabuf_v1_interface version 2. v2: terminate client with INVALID_WL_BUFFER when reason for create_immed failure is unknown. Signed-off-by: Varad Gautam --- protocol: https://patchwork.freedesktop.org/pat

[RESEND][weston v2 2/2] clients/simple-dmabuf-intel: request no-roundtrip dmabuf import

2017-04-26 Thread Varad Gautam
From: Varad Gautam request immediate dmabuf import when run with "immed" arg. Signed-off-by: Varad Gautam --- protocol: https://patchwork.freedesktop.org/patch/138175/ tree: git://git.collabora.com/git/user/varad/weston.git dmabuf-immediate-v2 clients/simple-dmabuf-intel.c | 36 +

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

2017-04-26 Thread Peter Hutterer
On Wed, Apr 26, 2017 at 11:26:17AM +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

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

2017-04-26 Thread Quentin Glidic
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, 612 insertions(+) create mode 100644 meson.build create mode 100644 meson_options.txt

Re: [PATCH libinput 1/3] udev: Add name-based input device detection without dmi

2017-04-26 Thread Paul Kocialkowski
Le mardi 25 avril 2017 à 10:53 +1000, Peter Hutterer a écrit : > On Mon, Apr 24, 2017 at 03:31:39PM +0200, Paul Kocialkowski wrote: > > Le lundi 24 avril 2017 à 16:11 +1000, Peter Hutterer a écrit : > > > On Fri, Apr 21, 2017 at 01:31:56PM +0200, Paul Kocialkowski wrote: > > > > Some devices do not

Re: [PATCH libinput 3/3] udev: Decrease high pressure value for Elantech touchpads

2017-04-26 Thread Paul Kocialkowski
Le mardi 25 avril 2017 à 10:33 +1000, Peter Hutterer a écrit : > On Mon, Apr 24, 2017 at 03:43:56PM +0200, Paul Kocialkowski wrote: > > Le lundi 24 avril 2017 à 16:22 +1000, Peter Hutterer a écrit : > > > On Fri, Apr 21, 2017 at 01:31:58PM +0200, Paul Kocialkowski wrote: > > > > The high pressure v

Re: Return values in Wayland XML specification

2017-04-26 Thread Pekka Paalanen
On Tue, 25 Apr 2017 23:01:25 +0100 adlo wrote: > How are return values specified in the Wayland XML specification? Hi, there are no return values in Wayland. The concept does not exist by design, because it would imply synchronous requests. There are no implicitly synchronous requests, everythi