Re: [PATCH 1/2] input: goodix: Add support for Goodix GT9286 chip

2021-01-09 Thread Dmitry Torokhov
On Sat, Jan 09, 2021 at 02:55:11PM +0100, AngeloGioacchino Del Regno wrote: > The Goodix GT9286 is a capacitive touch sensor IC based on GT1x. > > This chip can be found on a number of smartphones, including the > F(x)tec Pro 1 and the Elephone U. > > Signed-off-by: AngeloGioacchino Del Regno >

[PATCH 1/2] input: goodix: Add support for Goodix GT9286 chip

2021-01-09 Thread AngeloGioacchino Del Regno
The Goodix GT9286 is a capacitive touch sensor IC based on GT1x. This chip can be found on a number of smartphones, including the F(x)tec Pro 1 and the Elephone U. Signed-off-by: AngeloGioacchino Del Regno --- drivers/input/touchscreen/goodix.c | 2 ++ 1 file changed, 2 insertions(+) diff