projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2fd46c
)
Input: goodix - add id->model mapping for the "9111" model
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 7 Dec 2021 07:29:27 +0000
(23:29 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 7 Dec 2021 07:33:47 +0000
(23:33 -0800)
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>
drivers/input/touchscreen/goodix.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/goodix.c
b/drivers/input/touchscreen/goodix.c
index e7efc32043e7c0d15d910f67c7af6849fb2b0aad..87263eb9e5a4340c55d5aed120d3c9c6509375ff 100644
(file)
--- 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 },