[PATCH synaptics 01/12] Add FIXME: where does the 13 come from?
Simon Thum
simon.thum at gmx.de
Fri May 7 12:11:01 PDT 2010
Am 07.05.2010 06:41, schrieb Peter Hutterer:
> !priv->vert_scroll_twofinger_on && !priv->horiz_scroll_twofinger_on &&
> !priv->circ_scroll_on) {
> + /* FIXME: Wtf?? what's with 13? */
> delay = MIN(delay, 13);
This limits the delay to 13 ;)
No really, this is probably the smaller brother of the reset setting I
have in the accel code; you want certain computations to behave
'regular', even when the user didn't touch his pad for a while, but be
safe when the reporting rate climbs up.
But it's just a guess.
Cheers,
Simon
More information about the xorg-devel
mailing list