]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: synaptics - fix regression with "image sensor" trackpads
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 21 Apr 2012 05:34:49 +0000 (22:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2012 15:53:24 +0000 (08:53 -0700)
commit8d46d2d5b370506514616dd64d4e1b836ad4469f
tree9742ac297923d72669bb25b34f7bfd6ce3e7411c
parent7649422ede963320f6a30a5f362d9ace81c5194e
Input: synaptics - fix regression with "image sensor" trackpads

commit 899c612d74d4a242158a4db20367388d6299c028 upstream.

commit 7968a5dd492ccc38345013e534ad4c8d6eb60ed1
Input: synaptics - add support for Relative mode

Accidentally broke support for advanced gestures (multitouch)
on some trackpads such as the one in my ThinkPad X220 by
incorretly changing the condition for enabling them. This
restores it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/mouse/synaptics.c