]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: synaptics - adjust min/max on Thinkpad E540
authorBen Sagal <bensagal@gmail.com>
Mon, 17 Nov 2014 01:23:40 +0000 (17:23 -0800)
committerJiri Slaby <jslaby@suse.cz>
Sat, 6 Dec 2014 14:18:21 +0000 (15:18 +0100)
commit2c2bbb8a720934e493feb6dc52dd84bb04e60562
tree021cc982b4a1c4e0c2024a348c8b88e3be4491dd
parent932307a475b5c56786987a98472c8e6c5bb5cd78
Input: synaptics - adjust min/max on Thinkpad E540

commit bce4f9e764c36bc35dd5c9cf9e057c09f422397d upstream.

The LEN2006 Synaptics touchpad (as found in Thinkpad E540) returns wrong
min max values.

touchpad-edge-detector output:
>  Touchpad SynPS/2 Synaptics TouchPad on /dev/input/event6
>  Move one finger around the touchpad to detect the actual edges
>  Kernel says:    x [1472..5674], y [1408..4684]
>  Touchpad sends: x [1264..5675], y [1171..4688]

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=88211
Signed-off-by: Binyamin Sagal <bensagal@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/input/mouse/synaptics.c