Re: [PATCH libinput 1/3] tools: print which scroll axis we have in event-debug

2015-12-06 Thread Hans de Goede
Hi, On 07-12-15 05:23, Peter Hutterer wrote: Signed-off-by: Peter Hutterer All patches in this set look good and are: Reviewed-by: Hans de Goede Regards, Hans --- tools/event-debug.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/event-debug.c

RE: Input device to weston after start

2015-12-06 Thread Keskinarkaus, Teemu
> -Original Message- > From: Peter Hutterer [mailto:peter.hutte...@who-t.net] > Sent: 7. joulukuuta 2015 2:13 > To: Pekka Paalanen > Cc: Keskinarkaus, Teemu; wayland-devel@lists.freedesktop.org > Subject: Re: Input device to weston after start > > On Fri, Dec 04, 2015 at 05:25:35PM +0200, P

Re: [PATCH v3 wayland] protocol: specify behavior of get_pointer when capabilities change

2015-12-06 Thread Jonas Ådahl
On Mon, Dec 07, 2015 at 03:43:35PM +1000, Peter Hutterer wrote: > Also applies to touch/keyboard > > Signed-off-by: Peter Hutterer Looks good to me now, so consider this Reviewed-by: Jonas Ådahl Jonas > --- > Changes to v1: > - reword the paragraph detailing the pre v5 behaviour > > protoc

[PATCH v3 wayland] protocol: specify behavior of get_pointer when capabilities change

2015-12-06 Thread Peter Hutterer
Also applies to touch/keyboard Signed-off-by: Peter Hutterer --- Changes to v1: - reword the paragraph detailing the pre v5 behaviour protocol/wayland.xml | 33 ++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayla

Re: [PATCH v2 wayland] protocol: specify behavior of get_pointer when capabilities change

2015-12-06 Thread Jonas Ådahl
On Mon, Dec 07, 2015 at 03:08:19PM +1000, Peter Hutterer wrote: > On Fri, Dec 04, 2015 at 09:01:09AM +0800, Jonas Ådahl wrote: > > On Fri, Dec 04, 2015 at 10:34:34AM +1000, Peter Hutterer wrote: > > > Also applies to touch/keyboard > > > > > > Signed-off-by: Peter Hutterer > > > --- > > > Changes

Re: [PATCH v2 wayland] protocol: specify behavior of get_pointer when capabilities change

2015-12-06 Thread Peter Hutterer
On Fri, Dec 04, 2015 at 09:01:09AM +0800, Jonas Ådahl wrote: > On Fri, Dec 04, 2015 at 10:34:34AM +1000, Peter Hutterer wrote: > > Also applies to touch/keyboard > > > > Signed-off-by: Peter Hutterer > > --- > > Changes to v1: > > - make it clear that from the next version onwards sending events

[PATCH libinput 3/3] touchpad: don't set the axis for a 0.0 value in a scroll event

2015-12-06 Thread Peter Hutterer
Once we trigger diagonal scrolling, the device's scroll direction is set as horiz+vert. From then on, both axes will be set on every subsequent scroll event, even when the actual delta for an axis is 0. This causes continuous scroll stop events in clients that care about these things. Signed-off-

[PATCH libinput 1/3] tools: print which scroll axis we have in event-debug

2015-12-06 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- tools/event-debug.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/event-debug.c b/tools/event-debug.c index c603296..23e6cf9 100644 --- a/tools/event-debug.c +++ b/tools/event-debug.c @@ -270,17 +270,23 @@ print_axis_event

[PATCH libinput 2/3] test: always call libinput_dispatch after moving touches

2015-12-06 Thread Peter Hutterer
We dont' want to fill up the event queue and cause SYN_DROPPED events. Signed-off-by: Peter Hutterer --- test/litest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/litest.c b/test/litest.c index ba3a308..cf9b534 100644 --- a/test/litest.c +++ b/test/litest.c @@ -1502,

Re: [PATCH libinput 6/8] tablet: support tool-specific pressure offsets

2015-12-06 Thread Peter Hutterer
On Thu, Dec 03, 2015 at 07:57:30PM -0800, Jason Gerecke wrote: > On Wed, Dec 2, 2015 at 5:03 PM, Peter Hutterer > wrote: > > On Wed, Dec 02, 2015 at 04:21:56PM -0800, Jason Gerecke wrote: > >> On Tue, Dec 1, 2015 at 5:46 PM, Peter Hutterer > >> wrote: > >> > If a tool wears out, it may have a p

Re: [PATCH] xdg-shell: add state range reservation for EFL

2015-12-06 Thread Jonas Ådahl
On Sun, Dec 06, 2015 at 12:14:44PM -0500, Mike Blumenkrantz wrote: > Yeah, that's my mistake, it got lost in the mail. If you don't mind adding > > Signed-off-by: Mike Blumenkrantz > > I would appreciate it. No problem! Pushed: da33164..a5585f3 master -> master Jonas > > On Sun, 06 Dec

Re: Input device to weston after start

2015-12-06 Thread Peter Hutterer
On Fri, Dec 04, 2015 at 05:25:35PM +0200, Pekka Paalanen wrote: > On Fri, 4 Dec 2015 08:04:55 + > "Keskinarkaus, Teemu" wrote: > > > Hi, > > > > I have a HW with touchscreen that is connected to serial port. I'm > > using inputattach to attach the touch to Linux input system. After > > that

Re: [PATCH] xdg-shell: add state range reservation for EFL

2015-12-06 Thread Mike Blumenkrantz
Yeah, that's my mistake, it got lost in the mail. If you don't mind adding Signed-off-by: Mike Blumenkrantz I would appreciate it. On Sun, 06 Dec 2015 13:51:20 +0800 Jonas Ådahl wrote: > On Fri, Dec 04, 2015 at 12:41:16PM -0500, Mike Blumenkrantz wrote: > > Reviewed-by: Jasper St. Pierre >