1.11.4 was the last 1.11 release that I scheduled in the X.org calendar, but I
wanted to "wait and see" if it made sense to do a 1.11.5 release. Seeing as
how there's not really anything critical on the server-1.11-branch, and 1.12.0
is just a little over a week away, I wanted to send a note th
On 02/23/2012 05:24 PM, Peter Hutterer wrote:
On Thu, Feb 23, 2012 at 01:02:23PM -0800, Chase Douglas wrote:
Some clickpad devices have button areas painted on them. Set this
property to the area of the right and middle buttons to enable proper
click actions when clicking in the areas.
Signed-o
On Thu, Feb 23, 2012 at 01:02:23PM -0800, Chase Douglas wrote:
> Some clickpad devices have button areas painted on them. Set this
> property to the area of the right and middle buttons to enable proper
> click actions when clicking in the areas.
>
> Signed-off-by: Chase Douglas
this needs syncl
On 02/23/2012 05:07 PM, Peter Hutterer wrote:
On Thu, Feb 23, 2012 at 01:02:18PM -0800, Chase Douglas wrote:
Clickpad press-and-drag with two fingers will break click actions.
Disable them for these devices until a good solution is found for
letting both functionalities co-exist.
Signed-off-by:
On Thu, Feb 23, 2012 at 01:02:18PM -0800, Chase Douglas wrote:
> Clickpad press-and-drag with two fingers will break click actions.
> Disable them for these devices until a good solution is found for
> letting both functionalities co-exist.
>
> Signed-off-by: Chase Douglas
> ---
> src/synaptics.
On 02/23/2012 01:02 PM, Chase Douglas wrote:
This new patchset includes many bug fixes and updates based on reviews.
The most notable changes are the removal of click action support and the
change in the soft button input property interface.
The number of changes from v2 is too large to keep tra
Semi-mt devices do not track touches. The locations of touches are
unknown, we only have the bounding box of two of them. We the number of
fingers changes, the bounding box coordinates may change as well, but
the cumulative relative motion updates at that instant are invalid.
To work around this,
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. W
Some clickpad devices have button areas painted on them. Set this
property to the area of the right and middle buttons to enable proper
click actions when clicking in the areas.
Signed-off-by: Chase Douglas
---
include/synaptics-properties.h |3 +
man/synaptics.man | 22 +
Previously, all touch data from semi-mt devices was ignored because the
X server doesn't support them. However, the touch data must be used for
proper clickpad handling.
Instead of ignoring semi-mt device touch events, mark the device as
being semi-mt and allow initialization of the touch state. T
There really isn't a point to scrolling while a clickpad is pressed. In
particular, the clickpad button areas and the horizontal edge scrolling
areas overlap, so horizontal edge scrolling must be disabled. Also,
performing two finger scrolling while a third finger presses the button
would require u
Use cumulative relative touch motion when the clickpad is pressed. If
more than one touch is active, assume one of the touches is designated
solely for pressing the clickpad button. Thus, decrement the number of
reported touches.
Signed-off-by: Chase Douglas
---
src/synaptics.c| 34 +++
These values will be used for clickpad press and drag with two fingers.
While the clickpad button is not pressed, cumulative_d{x,y} will match x
and y values. Once the clickpad button is pressed, cumulative_d{x,y}
will be updated with the relative motion of each active touch on the
touchpad. This
Clickpad press-and-drag with two fingers will break click actions.
Disable them for these devices until a good solution is found for
letting both functionalities co-exist.
Signed-off-by: Chase Douglas
---
src/synaptics.c | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
diff -
Signed-off-by: Chase Douglas
Reviewed-by: Peter Hutterer
---
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 6147e41..60be6fe 100644
--- a/src/eventcomm.c
+++ b/src/eventcomm.c
@@ -7
Add it as a writable device property. We may not know how to probe some
clickpads so allow the user to override it. It is currently not hooked
up to anything yet.
Signed-off-by: Chase Douglas
Reviewed-by: Peter Hutterer
---
include/synaptics-properties.h |3 +++
man/synaptics.man
This new patchset includes many bug fixes and updates based on reviews.
The most notable changes are the removal of click action support and the
change in the soft button input property interface.
The number of changes from v2 is too large to keep track of at this
point. However, anything that has
On 02/22/2012 10:08 PM, Peter Hutterer wrote:
On Wed, Feb 22, 2012 at 08:11:58PM -0800, Chase Douglas wrote:
On 02/22/2012 07:59 PM, Peter Hutterer wrote:
On Thu, Feb 09, 2012 at 06:53:05PM -0800, Chase Douglas wrote:
The results depend on the data rate of the device. A device with a
higher da
On Tue, 21 Feb 2012 09:55:43 +
Chris Wilson wrote:
> Currently, the midlayer dri2 code intercepts swap_interval=0 (ala
> vblank_mode=0) SwapBuffers and converts it to a CopyRegion request.
> This prevents the backend from doing anything meaningful in this case
> and typically ends up being vs
On 12-02-22 11:47 PM, Alan Coopersmith wrote:
> layout and comment the top portion of configure.ac
> add missing AC_CONFIG_SRCDIR
> Replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
> replace deprecated AC_HELP_STRING with AS_HELP_STRING
> Remove unnecessary AC_PROG_CC & AC_PROG_INSTALL (alr
20 matches
Mail list logo