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 cae102e commit b5e458aCopy full SHA for b5e458a
drivers/input/touchscreen/goodix.c
@@ -151,6 +151,7 @@ static const struct goodix_chip_id goodix_chip_ids[] = {
151
{ .id = "1151", .data = >1x_chip_data },
152
{ .id = "5663", .data = >1x_chip_data },
153
{ .id = "5688", .data = >1x_chip_data },
154
+ { .id = "917S", .data = >1x_chip_data },
155
156
{ .id = "911", .data = >911_chip_data },
157
{ .id = "9271", .data = >911_chip_data },
@@ -1397,6 +1398,7 @@ static const struct of_device_id goodix_of_match[] = {
1397
1398
{ .compatible = "goodix,gt911" },
1399
{ .compatible = "goodix,gt9110" },
1400
{ .compatible = "goodix,gt912" },
1401
+ { .compatible = "goodix,gt917s" },
1402
{ .compatible = "goodix,gt927" },
1403
{ .compatible = "goodix,gt9271" },
1404
{ .compatible = "goodix,gt928" },
0 commit comments