]> git.baikalelectronics.ru Git - kernel.git/commit
Input: alps - do not reduce trackpoint speed by half
authorHans de Goede <hdegoede@redhat.com>
Fri, 5 Jun 2015 05:31:43 +0000 (22:31 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 5 Jun 2015 05:34:40 +0000 (22:34 -0700)
commit2025805d23b046e3c1947a01fae8512bc669ca4c
treea4b2b164f72e0da3a4c735c6d23d8abae036c45b
parent2d1ca7989890f25c99885b3645caad8d23aa2fb4
Input: alps - do not reduce trackpoint speed by half

On some v7 devices (e.g. Lenovo-E550) the deltas reported are typically
only in the 0-1 range dividing this by 2 results in a range of 0-0.

And even for v7 devices where this does not lead to making the trackstick
entirely unusable, it makes it twice as slow as before we added v7 support
and were using the ps/2 mouse emulation of the dual point setup.

If some kind of generic slowdown is actually necessary for some devices,
then that belongs in userspace, not in the kernel.

Cc: stable@vger.kernel.org
Reported-and-tested-by: Rico Moorman <rico.moorman@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/alps.c