summaryrefslogtreecommitdiffstats
path: root/Documentation/input
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-04-06 17:23:39 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-04-17 20:19:12 -0700
commit6c6d5752da5c9594e527e81062180bcf814ef1a0 (patch)
tree2ea40c7932d766fc5c4fdb5b2d080b620e094171 /Documentation/input
parent4c79e98be5a9c0bf8fce183cfbe63624514502ef (diff)
downloadop-kernel-dev-6c6d5752da5c9594e527e81062180bcf814ef1a0.zip
op-kernel-dev-6c6d5752da5c9594e527e81062180bcf814ef1a0.tar.gz
Input: docs - note that MT-A protocol is obsolete
Everyone should be using multitouch protocol B (slotted) now. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/input')
-rw-r--r--Documentation/input/multi-touch-protocol.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/input/multi-touch-protocol.rst b/Documentation/input/multi-touch-protocol.rst
index 81775d7..8035868 100644
--- a/Documentation/input/multi-touch-protocol.rst
+++ b/Documentation/input/multi-touch-protocol.rst
@@ -22,6 +22,9 @@ describes how to send the raw data for all contacts to the receiver. For
devices capable of tracking identifiable contacts (type B), the protocol
describes how to send updates for individual contacts via event slots.
+.. note::
+ MT potocol type A is obsolete, all kernel drivers have been
+ converted to use type B.
Protocol Usage
--------------
@@ -400,9 +403,6 @@ in a finger packet must not be recognized as single-touch events.
For type A devices, all finger data bypasses input filtering, since
subsequent events of the same type refer to different fingers.
-For example usage of the type A protocol, see the bcm5974 driver. For
-example usage of the type B protocol, see the hid-egalax driver.
-
.. [#f1] Also, the difference (TOOL_X - POSITION_X) can be used to model tilt.
.. [#f2] The list can of course be extended.
.. [#f3] The mtdev project: http://bitmath.org/code/mtdev/.
OpenPOWER on IntegriCloud