Commit 9665c361 authored by Daniel Smith's avatar Daniel Smith Committed by Greg Kroah-Hartman

Input: silead - add MSSL0017 to acpi_device_id

commit 0e658060 upstream.

On Chuwi Hi10 Plus, the Silead device id is MSSL0017.
Signed-off-by: default avatarDaniel Smith <danct12@disroot.org>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 251d1bd9
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment