Re: [PATCH 0/3] HID: multitouch: fix a corner case of some Win 8 devices

From: Arek Burdach
Date: Thu Jun 22 2017 - 12:20:40 EST


Hi,

On 15.06.2017 15:32, 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.
Sorry for delayed response.
Works great! Highly recommend this fix.

Cheers,
Arek