]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/input/mouse/synaptics.c
Input: synaptics - fix reconnect logic on MT devices
authorAlexandre Peixoto Ferreira <alexandref75@gmail.com>
Sat, 29 Jan 2011 06:05:14 +0000 (22:05 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 29 Jan 2011 06:32:03 +0000 (22:32 -0800)
commitbaddf58963241307b29e027a9fb28dfe55939db8
tree79026952120eb0105a8839a2fe0cc11ef26a68a8
parente7acc84a27fe53b198cd98cc7deaabb5dd0f20c4
Input: synaptics - fix reconnect logic on MT devices

synaptics_set_advanced_gesture_mode() affect capabilities bits we should
perform comparison after calling this function, otherwise they will never
match and we will be forced to perform full reconnect.

Signed-off-by: Alexandre Peixoto Ferreira <alexandref75@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/synaptics.c