Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1666729

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

From Benjamin Tissoires <benjamin.tissoires@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] HID: multitouch: fix a corner case of some Win 8 devices
Date 2017-06-15 15:40 +0200
Message-ID <tSDa9-33m-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

-- 
2.9.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] HID: multitouch: fix a corner case of some Win 8 devices Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2017-06-15 15:40 +0200
  [PATCH 2/3] HID: multitouch: fix rare Win 8 cases when the touch up event gets missing Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2017-06-15 15:40 +0200

csiph-web