]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Input: silead - add Chuwi Hi8 support
authorMaruyama Shohei <cheat.sc.linux@outlook.com>
Wed, 14 Mar 2018 16:55:24 +0000 (09:55 -0700)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Jan 2019 09:28:55 +0000 (09:28 +0000)
BugLink: http://bugs.launchpad.net/bugs/1807469
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>
(cherry picked from commit 3993a16309c7efc93dee772a9279a34bc88cdcb5)
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/input/touchscreen/silead.c

index 0dbcf105f7db348773592f54d4b85beb9b7ba4a3..531f22891462713c247b1765f34b0149934cf354 100644 (file)
@@ -578,6 +578,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);