linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Kosina <jikos@kernel.org>
To: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: Arek Burdach <arek.burdach@gmail.com>,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] HID: multitouch: fix a corner case of some Win 8 devices
Date: Fri, 23 Jun 2017 10:17:39 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LSU.2.20.1706231017120.30709@cbobk.fhfr.pm> (raw)
In-Reply-To: <20170615133205.15441-1-benjamin.tissoires@redhat.com>

On Thu, 15 Jun 2017, Benjamin Tissoires wrote:

> It looks like the Microsft certification misses one case of released fingers.
> 
> The (only) solution we can have against that is to wait for a hundred of ms,
> and if no input report comes in, consider that the touches should have been
> released. The spec, as I read it, enforces that.
> 
> Arek, can you please give a test to this new series?
> I managed to find out a way to have the IRQ and the timeout exclusive, and
> also added a few optimizations.
> 
> Cheers,
> Benjamin
> 
> Benjamin Tissoires (3):
>   HID: multitouch: use BIT macro
>   HID: multitouch: fix rare Win 8 cases when the touch up event gets
>     missing
>   HID: multitouch: optimize the sticky fingers timer
> 
>  drivers/hid/hid-multitouch.c | 149 ++++++++++++++++++++++++++++++++-----------
>  1 file changed, 110 insertions(+), 39 deletions(-)

I've applied the series with Arek's 'Tested-by' to for-4.13/multitouch.

-- 
Jiri Kosina
SUSE Labs

      parent reply	other threads:[~2017-06-23  8:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-15 13:32 [PATCH 0/3] HID: multitouch: fix a corner case of some Win 8 devices Benjamin Tissoires
2017-06-15 13:32 ` [PATCH 1/3] HID: multitouch: use BIT macro Benjamin Tissoires
2017-06-15 13:32 ` [PATCH 2/3] HID: multitouch: fix rare Win 8 cases when the touch up event gets missing Benjamin Tissoires
2017-06-15 13:32 ` [PATCH 3/3] HID: multitouch: optimize the sticky fingers timer Benjamin Tissoires
2017-06-22 16:20 ` [PATCH 0/3] HID: multitouch: fix a corner case of some Win 8 devices Arek Burdach
2017-06-23  8:17 ` Jiri Kosina [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=alpine.LSU.2.20.1706231017120.30709@cbobk.fhfr.pm \
    --to=jikos@kernel.org \
    --cc=arek.burdach@gmail.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@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).