]> git.baikalelectronics.ru Git - kernel.git/commit
Input: atmel_mxt_ts - implement T44 message handling
authorNick Dyer <nick.dyer@itdev.co.uk>
Wed, 23 Jul 2014 19:49:04 +0000 (12:49 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 23 Jul 2014 21:42:14 +0000 (14:42 -0700)
commitce1f043ed754bc8a4c3c0e1bf78ec0dd54a9960b
tree30fe040eede1891d31b2274b877ebe77c29d565e
parent2aa88a59d4077f89d63c5959e8da7f961119f308
Input: atmel_mxt_ts - implement T44 message handling

maXTouch chips allow the reading of multiple messages in a single I2C
transaction, which reduces bus overhead and improves performance/latency. The
number of messages available to be read is given by the value in the T44
object which is located directly before the T5 object.

Signed-off-by: Nick Dyer <nick.dyer@itdev.co.uk>
Acked-by: Benson Leung <bleung@chromium.org>
Acked-by: Yufeng Shen <miletus@chromium.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/atmel_mxt_ts.c