]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
hmt(4): Add support for serial packet reporting mode
authorVladimir Kondratyev <wulf@FreeBSD.org>
Thu, 2 Sep 2021 19:31:17 +0000 (22:31 +0300)
committerVladimir Kondratyev <wulf@FreeBSD.org>
Tue, 21 Sep 2021 23:39:58 +0000 (02:39 +0300)
commit12061cf605795036a43d9d72be4aef4650b425d9
tree4d643dfb436ad4704b2aaffbc470f8ba7948360f
parent2cc53be8897bb4ba3e559bb42de0e593966f1cf3
hmt(4): Add support for serial packet reporting mode

In Serial mode, each packet contains information that describes a
single physical contact point. Multiple contacts are streamed
serially. In this mode, devices report all contact information in a
series of packets. The device sends a separate packet for each
concurrent contact.

Serial packet reporting mode is used by post-2014 eGalax touchscreens.

Tested by: Mark Kane <mark_AT_kane_DOT_mn>

(cherry picked from commit 0075742d1834d52b5e24a606aca63ad7e67e81f3)
sys/dev/hid/hmt.c