Commit 425fe470 authored by Ondrej Jirman's avatar Ondrej Jirman Committed by Dmitry Torokhov

Input: goodix - add support for GT1158

This controller is used by PinePhone and PinePhone Pro. Support for
the PinePhone Pro will be added in a later patch set.
Signed-off-by: default avatarOndrej Jirman <megi@xff.cz>
Signed-off-by: default avatarJarrah Gosbell <kernel@undef.tools>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220809091200.290492-1-kernel@undef.toolsSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent b142af33
......@@ -95,6 +95,7 @@ static const struct goodix_chip_data gt9x_chip_data = {
static const struct goodix_chip_id goodix_chip_ids[] = {
{ .id = "1151", .data = &gt1x_chip_data },
{ .id = "1158", .data = &gt1x_chip_data },
{ .id = "5663", .data = &gt1x_chip_data },
{ .id = "5688", .data = &gt1x_chip_data },
{ .id = "917S", .data = &gt1x_chip_data },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment