aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/goodix.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2021-12-06 23:29:27 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2021-12-06 23:33:47 -0800
commit81e818869be522bc8fa6f7df1b92d7e76537926c (patch)
tree1c0739c9be68dff8bb1d59e866248d2be68b8899 /drivers/input/touchscreen/goodix.c
parentInput: goodix - try not to touch the reset-pin on x86/ACPI devices (diff)
downloadlinux-dev-81e818869be522bc8fa6f7df1b92d7e76537926c.tar.xz
linux-dev-81e818869be522bc8fa6f7df1b92d7e76537926c.zip
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 <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20211206164747.197309-2-hdegoede@redhat.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '')
-rw-r--r--drivers/input/touchscreen/goodix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index e7efc32043e7..87263eb9e5a4 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -102,6 +102,7 @@ static const struct goodix_chip_id goodix_chip_ids[] = {
{ .id = "911", .data = &gt911_chip_data },
{ .id = "9271", .data = &gt911_chip_data },
{ .id = "9110", .data = &gt911_chip_data },
+ { .id = "9111", .data = &gt911_chip_data },
{ .id = "927", .data = &gt911_chip_data },
{ .id = "928", .data = &gt911_chip_data },