From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Jeremy Huddleston <jeremyhu@freedesktop.org>
Cc: linux-input@vger.kernel.org, johannes@sipsolutions.net,
jasonparekh@gmail.com
Subject: Re: [PATCH] appletouch: Improved finger detection
Date: Tue, 2 Jun 2009 04:29:23 -0700 [thread overview]
Message-ID: <200906020429.24264.dmitry.torokhov@gmail.com> (raw)
In-Reply-To: <A0EA7857-9F51-44DE-8A88-80733F6057A9@freedesktop.org>
On Monday 01 June 2009 00:35:53 Jeremy Huddleston wrote:
> On May 7, 2009, at 19:59, Dmitry Torokhov wrote:
> > HI Jeremy,
> >
> > On Tue, May 05, 2009 at 12:10:34PM -0700, Jeremy Huddleston wrote:
> >> The appletouch driver is prone to reporting multiple fingers when
> >> only
> >> one is
> >> pressing. The appletouch driver queries an array of pressure sensors
> >> and
> >> counts local maxima in pressure to determine the number of
> >> fingers. It
> >> just
> >> does this on the raw values, so a data stream like:
> >>
> >> 0 100 250 300 299 300 250 100 0
> >>
> >> actually registers as 2 fingers.
> >>
> >> This patch updates the logic to ignore small dips in pressure that
> >> are
> >> less
> >> than the threshold.
> >
> > Does it still detect 2 fingers as 2 fingers when they are held
> > together?
>
> I just wanted to follow up on this patch[1], since I haven't seen any
> movement. It's fairly trivial and I've been using it for the past
> month with great success (yes, it still detects 2 fingers properly).
> Is there hope that this change can get merged soon?
>
Gah, I was sure I applied it to 'next'. Sorry about that, I will
make sure it gets into .31.
--
Dmitry
prev parent reply other threads:[~2009-06-02 13:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-05 19:10 [PATCH] appletouch: Improved finger detection Jeremy Huddleston
2009-05-08 2:59 ` Dmitry Torokhov
2009-05-08 6:13 ` Jeremy Huddleston
2009-06-01 7:35 ` Jeremy Huddleston
2009-06-02 11:29 ` Dmitry Torokhov [this message]
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=200906020429.24264.dmitry.torokhov@gmail.com \
--to=dmitry.torokhov@gmail.com \
--cc=jasonparekh@gmail.com \
--cc=jeremyhu@freedesktop.org \
--cc=johannes@sipsolutions.net \
--cc=linux-input@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).