Hello Dmitry, There are different multi-touch protocols used by Atmel maXTouch touchscreen chips. Old chips use the T9 multi-touch object type while newer chips use the T100 multi-touch object type. The Atmel touch driver currently only supports the former so this series add support for the later.
The series is composed of the following patches: Nick Dyer (1): Input: atmel_mxt_ts - Implement support for T100 touch object Sjoerd Simons (1): Input: atmel_mxt_ts - Split out touchpad initialisation logic drivers/input/touchscreen/atmel_mxt_ts.c | 307 +++++++++++++++++++++++++++---- 1 file changed, 270 insertions(+), 37 deletions(-) Patch #1 adds the support for the T100 touch object and patch #2 is a cleanup to simplify the driver's input device initialization function. The series were tested on an Exynos 5420 Peach Pit (T9) and an Exynos 5800 Peach Pi (T100) using evtest. Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html