projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e7e9c
)
Input: silead - add MSSL0002 ACPI HID
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 5 Jun 2018 16:34:22 +0000
(09:34 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 5 Jun 2018 17:29:38 +0000
(10:29 -0700)
The Silead touchscreen on the Chuwi Vi8 tablet uses MSSL0002 as ACPI HID,
rather then the usual MSSL1680 id.
Signed-off-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 ff7043f74a3d32286a6b8cdbed91f1bc3f0be12f..d196ac3d8b8cda8e1cf405101ed5603473db821d 100644
(file)
--- a/
drivers/input/touchscreen/silead.c
+++ b/
drivers/input/touchscreen/silead.c
@@
-603,6
+603,7
@@
static const struct acpi_device_id silead_ts_acpi_match[] = {
{ "GSL3692", 0 },
{ "MSSL1680", 0 },
{ "MSSL0001", 0 },
+ { "MSSL0002", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match);