All of lore.kernel.org
 help / color / mirror / Atom feed
* Unusual Focaltech driver behavior
@ 2015-04-17  8:44 Dmitry Tunin
  2015-04-17  9:56 ` Dmitry Tunin
  0 siblings, 1 reply; 10+ messages in thread
From: Dmitry Tunin @ 2015-04-17  8:44 UTC (permalink / raw)
  To: linux-input; +Cc: mgottschlag

I noticed that myself and got some complaints like this.
https://github.com/hanipouspilot/ubuntu-fixes/issues/2

General issue is that when one finger is on the touchpad, movement of a second finger is ignored, if the first finger does not move.
Usually with other touchpads, when you have one finger on the touchpad and move the other, it is recognized as two-finger scrolling.
The device itself sends relative packages as normal in that case, but linux driver ignores them, until first finger is moved.

I guess, Windows driver behaves same way. I can't test it, since I do not have Windows installed on that laptop.

As I understood, Windows driver ignores that one finger is on button area and recognizes movement of the other as one-finger movement.

It is clear that we do not know the full protocol or parameters of all touchpad models to have that button area always correct.
But it looks like button area is set when 3rd byte in abs package is 00. There is a good chance that it is common for all touchpad models.

Do you have ideas how to fix it the easiest way?

Regards,

Dmitry

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-04-21  5:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-17  8:44 Unusual Focaltech driver behavior Dmitry Tunin
2015-04-17  9:56 ` Dmitry Tunin
2015-04-17 13:33   ` Benjamin Tissoires
2015-04-17 13:39     ` Dmitry Tunin
2015-04-17 13:57       ` Benjamin Tissoires
2015-04-17 14:49         ` Dmitry Tunin
2015-04-17 14:56           ` Dmitry Tunin
2015-04-17 15:43             ` Benjamin Tissoires
2015-04-17 15:54               ` Dmitry Tunin
2015-04-21  5:35                 ` Peter Hutterer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.