Comment 71 for bug 990260

Revision history for this message
In , kernel-bugzilla.3.atliang (kernel-bugzilla.3.atliang-linux-kernel-bugs) wrote :

(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.