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>
This commit is contained in:
Maruyama Shohei 2018-03-14 09:55:24 -07:00 committed by Dmitry Torokhov
parent c9ab800167
commit 3993a16309
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ static const struct acpi_device_id silead_ts_acpi_match[] = {
{ "GSL3675", 0 }, { "GSL3675", 0 },
{ "GSL3692", 0 }, { "GSL3692", 0 },
{ "MSSL1680", 0 }, { "MSSL1680", 0 },
{ "MSSL0001", 0 },
{ } { }
}; };
MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match); MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match);