summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaruyama Shohei <cheat.sc.linux@outlook.com>2018-03-14 09:55:24 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-03-14 09:56:31 -0700
commit3993a16309c7efc93dee772a9279a34bc88cdcb5 (patch)
tree2f8119d717936dd6c9cbfaefda41058c81f7eafb
parentc9ab800167e1fc7b87a069b85b53a7eef414b4ae (diff)
downloadop-kernel-dev-3993a16309c7efc93dee772a9279a34bc88cdcb5.zip
op-kernel-dev-3993a16309c7efc93dee772a9279a34bc88cdcb5.tar.gz
Input: silead - add Chuwi Hi8 support
This commit add ACPI support for Chuwi Hi8 tablet. On the ACPI table of the tablet, GSL1680 is registered as MSSL0001, so the driver does not recognize the device. This commit resolve it. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--drivers/input/touchscreen/silead.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c
index 646b1e7..ff7043f 100644
--- a/drivers/input/touchscreen/silead.c
+++ b/drivers/input/touchscreen/silead.c
@@ -602,6 +602,7 @@ static const struct acpi_device_id silead_ts_acpi_match[] = {
{ "GSL3675", 0 },
{ "GSL3692", 0 },
{ "MSSL1680", 0 },
+ { "MSSL0001", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match);
OpenPOWER on IntegriCloud