[PATCH v2 synaptics 01/11] Fix typo (resx -> resy)

Peter Hutterer peter.hutterer at who-t.net
Mon Feb 28 18:06:08 PST 2011


On Mon, Feb 28, 2011 at 04:38:19PM +0500, Alexandr Shadchin wrote:
> Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin at 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


More information about the xorg-devel mailing list