We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b142af3 commit 425fe47Copy full SHA for 425fe47
drivers/input/touchscreen/goodix.c
@@ -95,6 +95,7 @@ static const struct goodix_chip_data gt9x_chip_data = {
95
96
static const struct goodix_chip_id goodix_chip_ids[] = {
97
{ .id = "1151", .data = >1x_chip_data },
98
+ { .id = "1158", .data = >1x_chip_data },
99
{ .id = "5663", .data = >1x_chip_data },
100
{ .id = "5688", .data = >1x_chip_data },
101
{ .id = "917S", .data = >1x_chip_data },
0 commit comments