From: Clinton Sprain <clintonsprain@gmail.com>
To: linux-input@vger.kernel.org
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Henrik Rydberg <rydberg@euromail.se>
Subject: [PATCH 0/2] input: appletouch: fixes for jagged/uneven cursor movement
Date: Thu, 09 Jan 2014 17:59:29 -0600 [thread overview]
Message-ID: <52CF37E1.3030809@gmail.com> (raw)
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
next reply other threads:[~2014-01-09 23:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-09 23:59 Clinton Sprain [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52CF37E1.3030809@gmail.com \
--to=clintonsprain@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=rydberg@euromail.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.