Input: MT - Add in-kernel tracking
authorHenrik Rydberg <rydberg@euromail.se>
Sun, 12 Aug 2012 18:47:05 +0000 (20:47 +0200)
committerHenrik Rydberg <rydberg@euromail.se>
Wed, 19 Sep 2012 17:50:19 +0000 (19:50 +0200)
commit7c1a87897c75139dec258eb03e1a24fb73385b73
tree0cc927c32fea65d1938881fd499aba6be9f8a6c3
parent55e49089f4589908eb688742d2d7eff33b74ac78
Input: MT - Add in-kernel tracking

With the INPUT_MT_TRACK flag set, the function input_mt_assign_slots()
can be used to match a new set of contacts against the currently used
slots. The algorithm used is based on Lagrange relaxation, and performs
very well in practice; slower than mtdev for a few corner cases, but
faster in most commonly occuring cases.

Tested-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/input-mt.c
include/linux/input/mt.h