Comment 498 for bug 550625

Revision history for this message
Seth Forshee (sforshee) wrote : Re: [Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work

On Wed, Oct 12, 2011 at 05:57:20PM -0000, Bob Sleys wrote:
> Also wanted to mention that we need a way to adjust the sensitivity of
> the toughpad. I can move the mouse pointer simply by moving my finger
> very close to the toughpad without actually touching it. This makes it
> very hard to click or double click on smaller items like a window border
> because the mouse pointer moves a bit as your finger raises up and lower
> down when it gets close to toughing the pad.

Adjusting the sensitivity isn't a driver issue. The driver reports that
values given by the hardware, and it's up to the userland input
processing to decide how these values are translated into cursor motion.

The exception to this would be if the max values the driver specifies
are inaccurate. If you will use input-events to determine the maximum
ABS_X/ABS_Y values the driver reports, I'll check to see if there's a
problem here. I've described how to get the ABS_X/ABS_Y in previous
comments, so I won't repeat it here.