Skip to content

Commit 425fe47

Browse files
Ondrej Jirmandtor
authored andcommitted
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: Ondrej Jirman <megi@xff.cz> Signed-off-by: Jarrah Gosbell <kernel@undef.tools> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20220809091200.290492-1-kernel@undef.tools Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent b142af3 commit 425fe47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/touchscreen/goodix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ static const struct goodix_chip_data gt9x_chip_data = {
9595

9696
static const struct goodix_chip_id goodix_chip_ids[] = {
9797
{ .id = "1151", .data = &gt1x_chip_data },
98+
{ .id = "1158", .data = &gt1x_chip_data },
9899
{ .id = "5663", .data = &gt1x_chip_data },
99100
{ .id = "5688", .data = &gt1x_chip_data },
100101
{ .id = "917S", .data = &gt1x_chip_data },

0 commit comments

Comments
 (0)