On Mon, Feb 28, 2011 at 04:38:19PM +0500, Alexandr Shadchin wrote:
> Signed-off-by: Alexandr Shadchin <alexandr.shadc...@gmail.com>
> ---
> Changes to v2:
> patch [PATCH synaptics 1/8] United functions of SynapticsDefaultDimensions() 
> and ReadDevDimensions()
> split into three patch 1-3
> 
>  src/synaptics.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/synaptics.c b/src/synaptics.c
> index 56ce725..a7dd566 100644
> --- a/src/synaptics.c
> +++ b/src/synaptics.c
> @@ -203,7 +203,7 @@ SynapticsDefaultDimensions(InputInfoPtr pInfo)
>      {
>       priv->miny = 1729;
>       priv->maxy = 4171;
> -     priv->resx = 0;
> +     priv->resy = 0;
>  
>       xf86Msg(X_PROBED,
>               "%s: invalid y-axis range.  defaulting to %d - %d\n",
> -- 
> 1.7.3.5

thanks, I've merged this series into my local branch. synaptics is close to
a release, so I'll push it to master as soon as the release is out (these
fixes are too invasive for past-RC).

Cheers,
  Peter
_______________________________________________
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

Reply via email to