]> git.karo-electronics.de Git - mv-sheeva.git/commit
Input: synaptics - ignore bogus mt packet
authorHenrik Rydberg <rydberg@euromail.se>
Sat, 18 Dec 2010 14:42:30 +0000 (15:42 +0100)
committerHenrik Rydberg <rydberg@euromail.se>
Wed, 22 Dec 2010 10:15:28 +0000 (11:15 +0100)
commit4f56ce929cab45a3a6e1a81700da52bb9bdbfc0f
treec6f0d34cfae5ce142f8840c445fe2fb9eef1c7d4
parentfec6e5252b542e748871c88f8455e69ae73ea156
Input: synaptics - ignore bogus mt packet

In multitouch mode, at least one device (fw: 7.4 id: 0x1c0b1) sometimes
sends a final main packet with x == 1. Since the normal values are above
1472, this is clearly bogus. At the same time, a two-finger touch is
signaled, even though only one finger was on the pad to begin with. This
patch ignores the packet altogether, removing the problem.

Acked-by: Chris Bagwell <chris@cnpbagwell.com>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/mouse/synaptics.c