Re: [PATCH] Fix sentelic multi-touch driver
From: Olivier Goffart <hidden>
Date: 2012-06-28 08:32:08
On Thursday 28 June 2012 16:02:15 Tai-hwa Liang wrote:
On Wed, 27 Jun 2012, Olivier Goffart wrote:quoted
Always report both finger between the sync. Even if the documentation of input-mt says one can only report one at the time, it does not work otherwise. This fix scrolling in X11 which flickers a lot.I have a similar patch to address this issue. Would you please try to see if https://bugzilla.kernel.org/attachment.cgi?id=73991 works for you?
Hi, That patch also fixes the issue here. (It fixes scrolling and two finger tap) But the case in which you put two finger into the touchpad then release one finger is not handled properly. (I took care of that issue) (I have a Asus Zenbook UX31)
quoted
Ignore the duplicate or release events. They keep some gestures from working (such as the two-finger tap) This seems to fix the problems reported here: https://bugzilla.kernel.org/show_bug.cgi?id=43591FWIW, https://bugzilla.kernel.org/show_bug.cgi?id=43197 is the original thread of the aforementioned patch.