From: Daniel Smith Date: Thu, 23 May 2019 19:54:18 +0000 (-0700) Subject: Input: silead - add MSSL0017 to acpi_device_id X-Git-Tag: v5.4~3^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e658060e5fc50dc282885dc424a94b5d95547e5;p=platform%2Fkernel%2Flinux-rpi.git Input: silead - add MSSL0017 to acpi_device_id On Chuwi Hi10 Plus, the Silead device id is MSSL0017. Signed-off-by: Daniel Smith Reviewed-by: Hans de Goede Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c index 09241d4..06f0eb0 100644 --- 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);