Skip to content

Commit cc71a72

Browse files
jwrdegoedegregkh
authored andcommitted
Input: goodix - add id->model mapping for the "9111" model
commit 81e8188 upstream. 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 <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20211206164747.197309-2-hdegoede@redhat.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent efaa327 commit cc71a72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/touchscreen/goodix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ static const struct goodix_chip_id goodix_chip_ids[] = {
162162
{ .id = "911", .data = &gt911_chip_data },
163163
{ .id = "9271", .data = &gt911_chip_data },
164164
{ .id = "9110", .data = &gt911_chip_data },
165+
{ .id = "9111", .data = &gt911_chip_data },
165166
{ .id = "927", .data = &gt911_chip_data },
166167
{ .id = "928", .data = &gt911_chip_data },
167168

0 commit comments

Comments
 (0)