Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56b48a4c authored by Ke Du's avatar Ke Du Committed by Surya Teja Kudiri
Browse files

input: touchscreen: focaltech: support FT5446DQS



Support new FT5446DQS over I2C.

Change-Id: Ie5dd870101b2289b08fe9dea919bdccb6287591d
Signed-off-by: default avatarKe Du <quic_kedu@quicinc.com>
Signed-off-by: default avatarSurya Teja Kudiri <quic_skudiri@quicinc.com>
parent 41049fa7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -70,6 +70,11 @@ struct fts_ts_data *fts_data;
static struct drm_panel *active_panel;
#endif

static struct ft_chip_t ctype[] = {
	{0x88, 0x56, 0x52, 0x00, 0x00, 0x00, 0x00, 0x56, 0xB2},
	{0x81, 0x54, 0x52, 0x54, 0x52, 0x00, 0x00, 0x54, 0x5C},
	{0x02, 0x54, 0x22, 0x54, 0x22, 0x00, 0x00, 0x54, 0x2C},
};
/*****************************************************************************
* Static function prototypes
*****************************************************************************/