(In reply to comment #56)
> I just noticed a slightly disconcerting bug -- after resuming from suspend, I
> can no longer use two finger scroll. Edge scrolling works normally if I
> switch
> to it.
There's a typo in the v3 patch. Please try to change the 'fgrs = 1' to 'fgrs = 2' after the 'MFMC 1st finger' line and see if it helps:
(In reply to comment #56)
> I just noticed a slightly disconcerting bug -- after resuming from suspend, I
> can no longer use two finger scroll. Edge scrolling works normally if I
> switch
> to it.
There's a typo in the v3 patch. Please try to change the 'fgrs = 1' to 'fgrs = 2' after the 'MFMC 1st finger' line and see if it helps:
} else if (IS_MFMC_ FGR1(packet[ 0])) {
/* MFMC 1st finger */
fgrs = 2;
/*
* accumulate the coordaintes and proceed to
* the next run
*/
...
The above bug should be observable before entering to suspend mode, though.