[PATCH] ephyr: move host_has_extension() implementation to hostx.c

2015-03-23 Thread Laércio de Sousa
This is a trivial patch that moves host_has_extension() implementation from ephyr.c to hostx.c so that it can be called by hostx.c internal functions. Also rename function to hostx_has_extension() for consistency. Signed-off-by: Laércio de Sousa laercioso...@sme-mogidascruzes.sp.gov.br ---

Re: [PATCH synaptics] eventcomm: prevent possibly division by zero

2015-03-23 Thread Hans de Goede
Hi, On 23-03-15 02:51, Peter Hutterer wrote: This came up as a kernel bug, but it's valid to create uinput devices with a min == max range for x/y. Technically valid, but effectively useless, so catch it, complain and hobble on along. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

[PATCH xinit] Remove workaround for xterm -L (#89653)

2015-03-23 Thread Peter Hutterer
The -L flag was removed in 1989. This enables the legacy keyboard driver again when the server is started with -keeptty (bd6cacdd3661) X.Org Bug 89653 http://bugs.freedesktop.org/show_bug.cgi?id=89653 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- No idea what exactly is going on

Re: [xserver v2] configure.ac: Add support for new versions of systemd

2015-03-23 Thread Peter Hutterer
On Mon, Mar 23, 2015 at 02:39:24AM +, Javier Jardón wrote: ... that only provide a unique libsystemd.pc file Signed-off-by: Javier Jardón jjar...@gnome.org Reviewed-by: Peter Hutterer peter.hutte...@who-t.net Cheers, Peter --- configure.ac | 6 -- 1 file changed, 4

[PATCH synaptics] eventcomm: ignore fake and broken MT devices

2015-03-23 Thread Peter Hutterer
An MT device without X/Y is not a touchpad. And neither are fake MT devices. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/eventcomm.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/eventcomm.c b/src/eventcomm.c index cddf7fc..3a9d45d 100644 ---

Re: [PATCH xinit 2/2] startx: Make startx auto display select work with per user /tmp dirs

2015-03-23 Thread Jon TURNEY
On 20/03/2015 17:16, Ray Strode wrote: On Fri, Mar 20, 2015 at 10:02 AM, Hans de Goede hdego...@redhat.com wrote: If a separate /tmp per user is used the existing auto display select code does not work, add an extra check for the unix socket for the display number existing in /proc/net/unix

[xserver v2] configure.ac: Add support for new versions of systemd

2015-03-23 Thread Javier Jardón
... that only provide a unique libsystemd.pc file Signed-off-by: Javier Jardón jjar...@gnome.org --- configure.ac | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 280c369..0456577 100644 --- a/configure.ac +++ b/configure.ac @@ -831,8