Re: [PATCH] Remove XAA

2012-02-09 Thread Guillem Jover
Hey Daniel! On Wed, 2012-01-18 at 15:05:41 +1100, Daniel Stone wrote: I've got patches to intel, ati, mach64 and mga to fix their builds in the absence of XAA; a lot of other drivers[0] still depend on XAA, however. [0]: apm ark ast chips cirrus cyrix geode glide glint i128 i740 impact

Re: [PATCH:modular] build.sh: fix test error message when modules file not supplied

2012-02-09 Thread Gaetan Nadon
On 12-02-09 12:46 AM, Alan Coopersmith wrote: Seems to be harmless, just noisy message: git/util/modular/build.sh[1323]: [: argument expected sh -x shows it was coming from expanding: if [ X$BUILT_MODULES_FILE != X -a -r $BUILT_MODULES_FILE ] to: + [ X '!=' X -a -r ] Adding quotes

Re: [PATCH libX11] Compositions with the dead greek symbol

2012-02-09 Thread Frédéric Boiteux
For record : Signed-off-by: Frédéric Boiteux fboit...@calistel.com Le mer. 30 nov. 2011 13:47:55 CET, Frédéric Boiteux fboit...@calistel.com a écrit : FreeDesktop Bug 21475 https://bugs.freedesktop.org/show_bug.cgi?id=21475 --- nls/en_US.UTF-8/Compose.pre | 67

Review compose key sequence patches January 3rd and 6th

2012-02-09 Thread Pander
Hi all, Could someone review the patches I have submitted on the 3rd and 6th of January? http://lists.x.org/archives/xorg-devel/2012-January/028253.html and http://lists.x.org/archives/xorg-devel/2012-January/028432.html A lot of work went into the second patch so I would be pleased to hear

Re: [PATCH x11proto] Definition of dead greek symbol

2012-02-09 Thread Frédéric Boiteux
For record : Signed-off-by: Frédéric Boiteux fboit...@calistel.com Le mer. 30 nov. 2011 13:47:42 CET, Frédéric Boiteux fboit...@calistel.com a écrit : Define a new dead greek symbol for use in Dvorak-like Bepo keyboard layout. FreeDesktop Bug 21475

Re: [PATCH xkeyboard-config] Use of dead_greek symbol in Bepo's keyboard layout

2012-02-09 Thread Frédéric Boiteux
For record : Signed-off-by: Frédéric Boiteux fboit...@calistel.com Le mer. 30 nov. 2011 13:48:07 CET, Frédéric Boiteux fboit...@calistel.com a écrit : FreeDesktop Bug 21475 https://bugs.freedesktop.org/show_bug.cgi?id=21475 --- symbols/fr |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH xf86-input-synaptics 01/10] Introduce SynapticsHwStateAlloc() and SynapticsHwStateFree()

2012-02-09 Thread Peter Hutterer
On Wed, Feb 08, 2012 at 06:35:10PM -0800, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c | 12 src/synproto.h |6 ++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c

Re: [PATCH xf86-input-synaptics 05/10] Introduce SynapticsCopyHwState function

2012-02-09 Thread Peter Hutterer
On Wed, Feb 08, 2012 at 06:35:14PM -0800, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/alpscomm.c |2 +- src/eventcomm.c |2 +- src/ps2comm.c |2 +- src/synaptics.c | 11 +-- src/synproto.h |2 ++

Re: [PATCH xf86-input-synaptics 06/10] Rename num_touches to max_touches

2012-02-09 Thread Peter Hutterer
On Wed, Feb 08, 2012 at 06:35:15PM -0800, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net Cheers, Peter --- src/eventcomm.c|4 ++-- src/synaptics.c|2 +- src/synapticsstr.h |2 +- 3

Re: [PATCH xf86-input-synaptics 07/10] Add touch valuator mask to hw state structure

2012-02-09 Thread Peter Hutterer
On Wed, Feb 08, 2012 at 06:35:16PM -0800, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c| 78 ++- src/synapticsstr.h |1 + src/synproto.h |5 +++ 3 files changed, 82

Re: Possible revert before the next tag

2012-02-09 Thread Peter Hutterer
On Tue, Jan 31, 2012 at 01:11:52PM -0800, Keith Packard wrote: On Tue, 31 Jan 2012 11:03:03 -0800, Jeremy Huddleston jerem...@apple.com wrote: https://bugs.freedesktop.org/show_bug.cgi?id=38313 I reverted this from the 1.11 branch due to a regression back on November 3, but it is

Re: [PATCH xf86-input-synaptics 05/10] Introduce SynapticsCopyHwState function

2012-02-09 Thread Chase Douglas
On 02/09/2012 03:17 PM, Peter Hutterer wrote: On Wed, Feb 08, 2012 at 06:35:14PM -0800, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/alpscomm.c |2 +- src/eventcomm.c |2 +- src/ps2comm.c |2 +- src/synaptics.c | 11

Re: [PATCH xf86-input-synaptics 07/10] Add touch valuator mask to hw state structure

2012-02-09 Thread Chase Douglas
On 02/09/2012 03:27 PM, Peter Hutterer wrote: On Wed, Feb 08, 2012 at 06:35:16PM -0800, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c| 78 ++- src/synapticsstr.h |1 +

Re: [PATCH xf86-input-synaptics 07/10] Add touch valuator mask to hw state structure

2012-02-09 Thread walter harms
Am 09.02.2012 18:22, schrieb Chase Douglas: On 02/09/2012 03:27 PM, Peter Hutterer wrote: On Wed, Feb 08, 2012 at 06:35:16PM -0800, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c| 78

Re: [PATCH xf86-input-synaptics 07/10] Add touch valuator mask to hw state structure

2012-02-09 Thread Peter Harris
On 2012-02-09 12:49, Chase Douglas wrote: On 02/09/2012 06:43 PM, walter harms wrote: IMHO this is a gcc extension. (Conditionals with omitted Operands) Well, it's not really an opinion, it either is or it isn't :). Do you know where to look to be sure? I would be interested in knowing.

Re: [PATCH xf86-input-synaptics 2/2] Ensure history delta computations are signed

2012-02-09 Thread Derek Foreman
On 02/08/2012 04:41 PM, Chase Douglas wrote: On 02/08/2012 11:30 PM, Peter Hutterer wrote: On Wed, Feb 08, 2012 at 09:10:51PM +0100, Chase Douglas wrote: On 02/08/2012 03:54 PM, Peter Hutterer wrote: On Tue, Feb 07, 2012 at 01:07:08PM -0800, Chase Douglas wrote: Signed-off-by: Chase

Re: [PATCH app-transset] COPYING: make the content reflect the copyright statements in source code

2012-02-09 Thread Arnaud Fontaine
Hi, Gaetan Nadon mems...@videotron.ca writes: I'll let you add the copyright statement and the license license text in each source file. You may post a patch with just one file in case there are some misunderstanding. I'll review it. Another angle to having proper licensing is that

[PATCH xf86-input-synaptics v2 00/13] Move X touch handling to synaptics.c

2012-02-09 Thread Chase Douglas
This new series incorporates all the changes mentioned on the mailing list: 01/13: SynapticsHwStateFree() takes a double pointer 02/13: Updated for double pointer free 03/13: Updated for double pointer free 04/13: Updated for double pointer free 06/13: No change 07/13: Make ternary explicit,

[PATCH xf86-input-synaptics v2 04/13] Allocate priv-hwState

2012-02-09 Thread Chase Douglas
This is needed for when SynapticsHwState can't be allocated on the stack. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c| 27 ++- src/synapticsstr.h |2 +- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git

[PATCH xf86-input-synaptics v2 05/13] Introduce SynapticsCopyHwState function

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/alpscomm.c |2 +- src/eventcomm.c |2 +- src/ps2comm.c |2 +- src/synaptics.c | 11 +-- src/synproto.h |2 ++ test/fake-symbols.c |6 ++ 6 files changed, 20 insertions(+), 5

[PATCH xf86-input-synaptics v2 06/13] Rename num_touches to max_touches

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net --- src/eventcomm.c|4 ++-- src/synaptics.c|2 +- src/synapticsstr.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/eventcomm.c

[PATCH xf86-input-synaptics v2 07/13] Add touch valuator mask to hw state structure

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c| 82 ++- src/synapticsstr.h |1 + src/synproto.h |5 +++ 3 files changed, 86 insertions(+), 2 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c

[PATCH xf86-input-synaptics v2 08/13] Add touch slot state array to hw state

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/eventcomm.c |8 +--- src/synaptics.c |7 +++ src/synproto.h |9 + 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/eventcomm.c b/src/eventcomm.c index 11fa3d4..62dc347 100644 ---

[PATCH xf86-input-synaptics v2 09/13] Add open_slots array to SynapticsPrivate

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c| 35 ++- src/synapticsstr.h |1 + 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index 70819b9..b444c2f 100644 ---

[PATCH xf86-input-synaptics v2 10/13] Move X touch event processing into synaptics.c

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/eventcomm.c | 169 +- src/synaptics.c | 129 +++ src/synapticsstr.h |1 + src/synproto.h |1 + test/fake-symbols.c |4 +

[PATCH xf86-input-synaptics v2 11/13] Filter touch events if click actions are enabled

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index 3d31424..412a4cf 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -2592,10 +2592,17 @@

[PATCH xf86-input-synaptics v2 12/13] Filter touch events if tap actions are enabled

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index 412a4cf..4761eca 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -2598,9 +2598,9 @@

[PATCH xf86-input-synaptics v2 13/13] Filter touch events if two-finger scrolling is enabled

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index 4761eca..48e7e25 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -2598,9 +2598,10 @@

[PATCH xf86-input-synaptics 00/12] Clickpad support

2012-02-09 Thread Chase Douglas
This patch series adds proper clickpad support. Clickpads are trackpads that have buttons integrated into their touch surface. In order to press the buttons one has to be in contact with the touchpad. This causes all kinds of problems today. For example, pressing with one finger and dragging with

[PATCH xf86-input-synaptics 01/12] Add clickpad device property

2012-02-09 Thread Chase Douglas
Add it as a writable device property. We may not know how to probe some clickpads so allow the user to override it. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- include/synaptics-properties.h |3 +++ man/synaptics.man | 10 ++ src/properties.c

[PATCH xf86-input-synaptics 02/12] Check for clickpad property

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/eventcomm.c |7 +++ src/synaptics.c |2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/eventcomm.c b/src/eventcomm.c index 2dac9e7..8b29c46 100644 --- a/src/eventcomm.c +++ b/src/eventcomm.c @@

[PATCH xf86-input-synaptics 03/12] Add clickpad timeout property

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- include/synaptics-properties.h |3 +++ man/synaptics.man | 12 src/properties.c |9 + src/synaptics.c|1 + src/synapticsstr.h |1 + 5 files

[PATCH xf86-input-synaptics 04/12] Handle clickpad press

2012-02-09 Thread Chase Douglas
For click action, touch counts are shifted by one. When pressing the left button with one touch, click action one is fired as normal. However, when clicking with two touches, click action one is still fired. This is because the user often uses one touch to position and another to click, without

[PATCH xf86-input-synaptics 08/12] Calculate touch data for semi-mt devices, but don't send touch events

2012-02-09 Thread Chase Douglas
Touch data can be used for clickpad processing. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/eventcomm.c|2 +- src/synaptics.c|3 +++ src/synapticsstr.h |1 + 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/eventcomm.c b/src/eventcomm.c

[PATCH xf86-input-synaptics 09/12] Inhibit more touch events on clickpads when a button is pressed

2012-02-09 Thread Chase Douglas
One of the touches is assumed to be solely for pressing the clickpad button. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index e2e23cb..4a3b46f 100644

[PATCH xf86-input-synaptics 10/12] Add right button area property

2012-02-09 Thread Chase Douglas
Some clickpad devices have a right button area painted on them. Set this property to the area of the right button to enable right click actions when tapping or clicking in this area. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- include/synaptics-properties.h |3 ++

[PATCH xf86-input-synaptics 11/12] Don't use linear regression when calculating touchpad motion deltas

2012-02-09 Thread Chase Douglas
The results depend on the data rate of the device. A device with a higher data rate, and thus lower individual deltas, will behave differently with the regression calculation. This can be verified on Synaptics semi-mt clickpads. The data rate is halved when two or more touches are on the device.

[PATCH xf86-input-synaptics 12/12] Ignore motion during touch count changes on semi-mt devices

2012-02-09 Thread Chase Douglas
Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index 9d8f3ee..1f4bebd 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -1426,6 +1426,14 @@

Re: [PATCH xf86-input-synaptics v2 00/13] Move X touch handling to synaptics.c

2012-02-09 Thread Chase Douglas
On 02/10/2012 03:24 AM, Chase Douglas wrote: This new series incorporates all the changes mentioned on the mailing list: 01/13: SynapticsHwStateFree() takes a double pointer 02/13: Updated for double pointer free 03/13: Updated for double pointer free 04/13: Updated for double pointer free

Re: [PATCH xf86-input-synaptics 00/12] Clickpad support

2012-02-09 Thread Chase Douglas
On 02/10/2012 03:52 AM, Chase Douglas wrote: This patch series adds proper clickpad support. Clickpads are trackpads that have buttons integrated into their touch surface. In order to press the buttons one has to be in contact with the touchpad. This causes all kinds of problems today. For

Re: [PATCH xf86-input-synaptics 07/10] Add touch valuator mask to hw state structure

2012-02-09 Thread Peter Hutterer
On Thu, Feb 09, 2012 at 06:22:27PM +0100, Chase Douglas wrote: On 02/09/2012 03:27 PM, Peter Hutterer wrote: On Wed, Feb 08, 2012 at 06:35:16PM -0800, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c| 78