projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa440de
)
Input: silead - add MSSL0017 to acpi_device_id
author
Daniel Smith
<danct12@disroot.org>
Thu, 23 May 2019 19:54:18 +0000
(12:54 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 23 May 2019 20:04:36 +0000
(13:04 -0700)
On Chuwi Hi10 Plus, the Silead device id is MSSL0017.
Signed-off-by: Daniel Smith <danct12@disroot.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/silead.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/silead.c
b/drivers/input/touchscreen/silead.c
index 09241d4cdebca340625f5e08345b10b7822114e0..06f0eb04a8fd4b2d331d084b885516de9e3bc30d 100644
(file)
--- a/
drivers/input/touchscreen/silead.c
+++ b/
drivers/input/touchscreen/silead.c
@@
-617,6
+617,7
@@
static const struct acpi_device_id silead_ts_acpi_match[] = {
{ "MSSL1680", 0 },
{ "MSSL0001", 0 },
{ "MSSL0002", 0 },
+ { "MSSL0017", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match);