Re: [PATCH] input: free the EQ allocated memory on shutdown (#38634)

2011-06-27 Thread Peter Hutterer
On Sun, Jun 26, 2011 at 06:13:42PM -0700, Jeremy Huddleston wrote: You should add that to XQuartz's CloseInput in darwinXinput.c rather than adding a duplicate symbol in darwin.c Assuming you do that, Acked-by: Jeremy Huddleston jerem...@apple.com Obviously xquartz is your area but if you

Re: [Patches] Small cleanups and fixes to sessreg

2011-06-27 Thread Ed Schouten
Ugh, It seems there are more things that can be improved here. Please see the attached set of patches. The previous email can be ignored. Greetings, -- Ed Schouten e...@80386.nl WWW: http://80386.nl/ From 42e3ce68f68471ff714167b0e2860c36dda82efd Mon Sep 17 00:00:00 2001 From: Ed Schouten

[PATCH] xfree86: Remove devices that failed to enable on startup

2011-06-27 Thread Peter Hutterer
Devices that succeeded during PreInit and DEVICE_INIT but failed in DEVICE_ON would be deleted through xf86DeleteInput but not removed from the list of input devices (and not turned off). The result was a double free on server shutdown. Fix this by calling RemoveDevice if EnableDevice fails.

[PATCH synaptics] conf: fix snippet to ignore /dev/input/mouse* on Linux

2011-06-27 Thread Daniel Kurtz
Added '*' to match any and all mouse devices. Signed-off-by: Daniel Kurtz djku...@google.com --- conf/50-synaptics.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf index 2c32923..5ec7e78 100644 ---

Re: [PATCH] glx: Add _glapi_create_table_from_handle

2011-06-27 Thread Jon TURNEY
On 14/06/2011 21:34, Jeremy Huddleston wrote: _glapi_create_table_from_handle was recently added to mesa to ease creation of a _glapi_table. This commit brings this API over to xserver for use in XQuartz (next commit). The API was generated with scripts from current mesa followed by various

Re: [PATCH] glx: Add _glapi_create_table_from_handle

2011-06-27 Thread Colin Harrison
Hi, I just leave glapi_gentable.c out of my xserver build. Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] input: free the EQ allocated memory on shutdown (#38634)

2011-06-27 Thread Jeremy Huddleston
On Jun 26, 2011, at 11:02 PM, Peter Hutterer wrote: On Sun, Jun 26, 2011 at 06:13:42PM -0700, Jeremy Huddleston wrote: You should add that to XQuartz's CloseInput in darwinXinput.c rather than adding a duplicate symbol in darwin.c Assuming you do that, Acked-by: Jeremy Huddleston

Re: [PATCH] glx: Add _glapi_create_table_from_handle

2011-06-27 Thread Jeremy Huddleston
Those bits in the NoOp stub can be left out on Win32 (or you can tell me the Win32 way of figuring that out). It's just used to provide extra info to give a hint as to which call was unimplemented. This should remove that functionality from Win32. diff --git a/glx/glapi_gentable.c

[PATCH v2][xdm] Implement ConsoleKit support.

2011-06-27 Thread Cyril Brulebois
Since ConsoleKit 0.4.2, the sessions created by ck-launch-session are no longer marked as local and active. This means that distributions can't simply call ck-launch-session in Xsession.d anymore to get an active local ConsoleKit session. Instead, XDM must create the session directly, providing

Re: [PATCH synaptics] conf: fix snippet to ignore /dev/input/mouse* on Linux

2011-06-27 Thread Cyril Brulebois
Dan Nicholson dbn.li...@gmail.com (27/06/2011): Seems right. In fact, I only have /dev/input/mouse0 on my system. metoo Reviewed-by: Dan Nicholson dbn.li...@gmail.com Reviewed-by: Cyril Brulebois k...@debian.org Mraw, KiBi. signature.asc Description: Digital signature

Re: [PATCH synaptics] conf: fix snippet to ignore /dev/input/mouse* on Linux

2011-06-27 Thread Peter Hutterer
On Mon, Jun 27, 2011 at 02:35:31PM +0800, Daniel Kurtz wrote: Added '*' to match any and all mouse devices. Signed-off-by: Daniel Kurtz djku...@google.com --- conf/50-synaptics.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/50-synaptics.conf

Re: [PATCH mouse v2] Fix wrong read Protocol and Device from xorg.conf

2011-06-27 Thread Peter Hutterer
On Tue, Jun 14, 2011 at 08:04:45PM +0600, Alexandr Shadchin wrote: Add call xf86CollectInputOptions() before using pInfo-options. Signed-off-by: Alexandr Shadchin alexandr.shadc...@gmail.com --- src/mouse.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git