From: Hans de Goede Date: Tue, 7 Dec 2021 07:29:27 +0000 (-0800) Subject: Input: goodix - add id->model mapping for the "9111" model X-Git-Tag: v6.1~32^2~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81e818869be522bc8fa6f7df1b92d7e76537926c;p=platform%2Fkernel%2Flinux-starfive.git 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 Link: https://lore.kernel.org/r/20211206164747.197309-2-hdegoede@redhat.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index e7efc32..87263eb 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 = >911_chip_data }, { .id = "9271", .data = >911_chip_data }, { .id = "9110", .data = >911_chip_data }, + { .id = "9111", .data = >911_chip_data }, { .id = "927", .data = >911_chip_data }, { .id = "928", .data = >911_chip_data },