From: Benjamin Tissoires Date: Sun, 5 Apr 2015 20:45:04 +0000 (-0700) Subject: Input: synaptics - allocate 3 slots to keep stability in image sensors X-Git-Tag: omap-for-v4.1/fixes-rc1~145^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c4fda3c0bb841b1aad1298fc7fe94058fc79f8;p=pandora-kernel.git Input: synaptics - allocate 3 slots to keep stability in image sensors When slowly dropping 1, 2 and then 3 fingers on an image sensor touchpad, we can see that the first finger gets reassigned a new slot while it did not move. This is due to the kernel tracking algorithm which can not assign correctly the 3 touches, being out of slots. Declaring that we support 3 slots allows to actually forward: slot 0 -> down, slot 1 -> up, slot 2 -> down Signed-off-by: Benjamin Tissoires Acked-by: Hans de Goede Acked-by: Henrik Rydberg --- Reading git-diff-tree failed