All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] input: appletouch: fixes for jagged/uneven cursor movement
@ 2014-01-09 23:59 Clinton Sprain
  2014-01-10  0:01 ` [PATCH 1/2] input: appletouch: parametrize and set saner defaults for fuzz and threshold Clinton Sprain
  2014-01-10  0:02 ` [PATCH 2/2] input: appletouch: use better cursor movement smoothing algorithm Clinton Sprain
  0 siblings, 2 replies; 3+ messages in thread
From: Clinton Sprain @ 2014-01-09 23:59 UTC (permalink / raw)
  To: linux-input; +Cc: Dmitry Torokhov, Henrik Rydberg

From: Clinton Sprain <clintonsprain@gmail.com>

For many devices, the appletouch driver can make the trackpad feel
insensitive and cursor movement will tend to jerk in steps. This is
particularly noticeable when moving the cursor diagonally. This can
greatly impact the trackpad's usability.

The proposed changes address this by dialing back the fuzz and threshold
parameters and by implementing a new cursor movement smoothing algorithm.

User feedback couldn't be found for some older devices that use this driver,
so module parameters have been added to allow users to manually set the
fuzz and threshold settings and/or opt out of the new smoothing algorithm.

Signed-off-by: Clinton Sprain <clintonsprain@gmail.com>
Tested-by: Curtis Rueden <ctrueden@gmail.com>

Clinton Sprain (2):
  input: appletouch: parametrize and set saner defaults for fuzz and
    threshold
  input: appletouch: use better cursor movement smoothing algorithm

 drivers/input/mouse/appletouch.c |  184 +++++++++++++++++++++++++++++---------
 1 file changed, 142 insertions(+), 42 deletions(-)

--
1.7.9.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-10  0:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-09 23:59 [PATCH 0/2] input: appletouch: fixes for jagged/uneven cursor movement Clinton Sprain
2014-01-10  0:01 ` [PATCH 1/2] input: appletouch: parametrize and set saner defaults for fuzz and threshold Clinton Sprain
2014-01-10  0:02 ` [PATCH 2/2] input: appletouch: use better cursor movement smoothing algorithm Clinton Sprain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.