Re: [PATCH 0/3] HID: multitouch: fix a corner case of some Win 8 devices
From: Arek Burdach <hidden>
Date: 2017-06-22 16:20:36
Also in:
lkml
From: Arek Burdach <hidden>
Date: 2017-06-22 16:20:36
Also in:
lkml
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