Re: Touchpad problems with 2.6.11-rc2

From: Vojtech Pavlik
Date: Fri Feb 04 2005 - 08:34:29 EST


On Fri, Feb 04, 2005 at 07:40:43AM +0100, Peter Osterlund wrote:
> Vojtech Pavlik <vojtech@xxxxxxx> writes:
>
> > On Thu, Feb 03, 2005 at 10:54:51PM +0100, Peter Osterlund wrote:
> >
> > > * Removes the xres/yres scaling so that you get the same speed in the
> > > X and Y directions even if your screen is not square.
> >
> > The old code assumed that both the pad and the screen are 4:3, not
> > square. It was wrong still.
>
> alps.c currently contains:
>
> psmouse->dev.evbit[LONG(EV_ABS)] |= BIT(EV_ABS);
> input_set_abs_params(&psmouse->dev, ABS_X, 0, 1023, 0, 0);
> input_set_abs_params(&psmouse->dev, ABS_Y, 0, 1023, 0, 0);
> input_set_abs_params(&psmouse->dev, ABS_PRESSURE, 0, 127, 0, 0);
>
> Maybe it should set the ABS_Y max value to 767 in that case.

Applied.

--
Vojtech Pavlik
SuSE Labs, SuSE CR
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/