[PATCH] XF86Keysym: Add XF86XK_WebCamFocus.

2010-01-28 Thread Rami Ylimaki
Add matching definition for XF86WebCamFocus in XKeysymDB. Signed-off-by: Rami Ylimaki ext-rami.ylim...@nokia.com --- Previous message/patch only modified XKeysymDB. XF86keysym.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/XF86keysym.h b/XF86keysym.h index

[PATCH v3 0/2] Prevent core dump from being truncated.

2010-01-28 Thread Rami Ylimaki
v1: Prevent smart scheduler timer from expiring when aborting. v2: Block signals just before abort. v3: Removed always true boolean parameter from OsAbort. Rami Ylimaki (2): os: Introduce OsAbort for proper core dumps. os: Prevent core dump from being truncated. composite/compwindow.c

[PATCH v3 2/2] os: Prevent core dump from being truncated.

2010-01-28 Thread Rami Ylimaki
The problem fixed by this patch can be reproduced on Linux with the following steps. - Access NULL pointer intentionally in ProcessOtherEvent on key press. - Instead of saving core dump to a file, write it into a pipe. echo |/usr/sbin/my-core-dumper /proc/sys/kernel/core_pattern - Dump the core

[PATCH] DRI2: Bump the dri2 module version to 1.2.0 to reflect recent API changes.

2010-01-28 Thread Aaron Plattner
Signed-off-by: Aaron Plattner aplatt...@nvidia.com Acked-by: Jesse Barnes jbar...@virtuousgeek.org --- This was reviewed by Jesse. Keith, please apply. hw/xfree86/dri2/dri2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xfree86/dri2/dri2.c

Re: [PATCH] XF86Keysym: Add XF86XK_WebCamFocus.

2010-01-28 Thread Alan Coopersmith
One of these days we really will have to start enforcing the ban on adding new XF86 keysyms. *sigh* Whether using the XF86 names or not, anyone adding a new keysym needs to read the long comment at the beginning of x11proto/keysymdef.h and follow the instructions there. -- -Alan

Re: Changes to XInput Proto Number of Events Cause Xlib WireToEvent Vector Mismatch

2010-01-28 Thread Julien Cristau
On Wed, Dec 2, 2009 at 19:56:17 -0800, Keith Packard wrote: On Thu, 3 Dec 2009 13:44:59 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: You'd need to patch this into every extension though. Sure, let's at least fix Xinput then; it's the only one changing the number of events on