Skip to content

Commit 81e8188

Browse files
jwrdegoededtor
authored andcommitted
Input: goodix - add id->model mapping for the "9111" model
Add d->model mapping for the "9111" model, this fixes uses using a wrong config_len of 240 bytes while the "9111" model uses only 186 bytes of config. Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent a2fd46c commit 81e8188

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
@@ -102,6 +102,7 @@ static const struct goodix_chip_id goodix_chip_ids[] = {
102102
{ .id = "911", .data = &gt911_chip_data },
103103
{ .id = "9271", .data = &gt911_chip_data },
104104
{ .id = "9110", .data = &gt911_chip_data },
105+
{ .id = "9111", .data = &gt911_chip_data },
105106
{ .id = "927", .data = &gt911_chip_data },
106107
{ .id = "928", .data = &gt911_chip_data },
107108

0 commit comments

Comments
 (0)