]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ili210x - add ILI251X support
authorMarek Vasut <marex@denx.de>
Thu, 7 Feb 2019 06:02:02 +0000 (22:02 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 7 Feb 2019 06:18:16 +0000 (22:18 -0800)
commit5c7e10e206b8c8683445cd8780efd94f80be05b6
tree5576aa02834b31131494599d12c94b00d20849a3
parenta0a2cb848936b43b142a6ed974f495586d0adc05
Input: ili210x - add ILI251X support

Add support for ILI251x touch controller. This controller is similar
to the ILI210x, except for the following differences:
- Does not support I2C R-W transfer, Read must be followed by an
  obscenely long delay, and then followed by Write
- Does support 10 simultaneous touch inputs.
- Touch data format is slightly different, pressure reporting does not
  work although the touch data contain such information.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ili210x.c