aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/silead.c
diff options
context:
space:
mode:
authorDaniel Smith <danct12@disroot.org>2019-05-23 12:54:18 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-05-23 13:04:36 -0700
commit0e658060e5fc50dc282885dc424a94b5d95547e5 (patch)
tree5b605d152b3a1154fdbfea13879302b39f7af115 /drivers/input/touchscreen/silead.c
parentInput: elantech - enable middle button support on 2 ThinkPads (diff)
downloadlinux-dev-0e658060e5fc50dc282885dc424a94b5d95547e5.tar.xz
linux-dev-0e658060e5fc50dc282885dc424a94b5d95547e5.zip
Input: silead - add MSSL0017 to acpi_device_id
On Chuwi Hi10 Plus, the Silead device id is MSSL0017. Signed-off-by: Daniel Smith <danct12@disroot.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '')
-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 09241d4cdebc..06f0eb04a8fd 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);