Re: Possible regression with Add hysteresis-based noise reduction in synaptics driver

2011-11-25 Thread Peter Clifton
On Thu, 2011-11-24 at 23:14 +0100, Simon Thum wrote: I think it's better to go with a lower default, and if people have a need they can reduce to zero if they like. I have attached a patch which provides some more rationale. Thanks.. I'll give this a test when I get a moment. (Please remind me

Re: [PATCH] Limit the number of screens Xvfb will attempt to allocate memory for

2011-11-25 Thread Jamey Sharp
Sure, that makes sense. Reviewed-by: Jamey Sharp ja...@minilop.net On 11/23/11, Alan Coopersmith alan.coopersm...@oracle.com wrote: Commit f9e3a2955d2ca7 removing the MAXSCREEN limit left the screen number too unlimited, and allowed any positive int for a screen number: Xvfb :1 -screen

Re: [PATCH libXp] fix build: Return 0 instead of NULL in XpGetPdmStartParams() (v2)

2011-11-25 Thread Jeremy Huddleston
Reviewed-by: Jeremy Huddleston jerem...@apple.com On Nov 24, 2011, at 3:47 PM, Tobias Droste wrote: Status is defined as int - NULL is not a valid return value v2: Remove unneeded cast to Status Signed-off-by: Tobias Droste tdro...@gmx.de --- src/XpNotifyPdm.c |8 1 files

[PATCH] Fix segfault when there's no config dir

2011-11-25 Thread przanoni
From: Paulo Zanoni paulo.r.zan...@intel.com Signed-off-by: Paulo Zanoni paulo.r.zan...@intel.com --- hw/xfree86/parser/scan.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Sorry. I guess this should be pushed soon... diff --git a/hw/xfree86/parser/scan.c

Re: [PATCH] Fix segfault when there's no config dir

2011-11-25 Thread Jeremy Huddleston
Reviewed-by: Jeremy Huddleston jerem...@apple.com On Nov 25, 2011, at 10:38, przan...@gmail.com wrote: From: Paulo Zanoni paulo.r.zan...@intel.com Signed-off-by: Paulo Zanoni paulo.r.zan...@intel.com --- hw/xfree86/parser/scan.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH] Fix segfault when there's no config dir

2011-11-25 Thread Keith Packard
On Fri, 25 Nov 2011 16:38:06 -0200, przan...@gmail.com wrote: From: Paulo Zanoni paulo.r.zan...@intel.com Signed-off-by: Paulo Zanoni paulo.r.zan...@intel.com --- hw/xfree86/parser/scan.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Sorry. I guess this should be pushed