OSDN Git Service

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)
commit4958891764749304ac1511f6140ae3888c088e23
tree5576aa02834b31131494599d12c94b00d20849a3
parentc5d0e4b5154ac81cffdf6472d5f5e1408faa8ccd
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