diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-06-05 09:34:22 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-03 11:27:08 +0200 |
commit | 13b08caad6c188945eb7052b2dd647234556792f (patch) | |
tree | 1111fdc60d643c89b333877c3464e05e7fdab28c /drivers | |
parent | 180e733e21f3b17ac370997dfdf92acb1e623231 (diff) | |
download | linux-stable-13b08caad6c188945eb7052b2dd647234556792f.tar.gz linux-stable-13b08caad6c188945eb7052b2dd647234556792f.tar.bz2 linux-stable-13b08caad6c188945eb7052b2dd647234556792f.zip |
Input: silead - add MSSL0002 ACPI HID
commit fc573af632b44f355f8fa15ab505f5593368078d upstream.
The Silead touchscreen on the Chuwi Vi8 tablet uses MSSL0002 as ACPI HID,
rather then the usual MSSL1680 id.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/touchscreen/silead.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c index ff7043f74a3d..d196ac3d8b8c 100644 --- a/drivers/input/touchscreen/silead.c +++ b/drivers/input/touchscreen/silead.c @@ -603,6 +603,7 @@ static const struct acpi_device_id silead_ts_acpi_match[] = { { "GSL3692", 0 }, { "MSSL1680", 0 }, { "MSSL0001", 0 }, + { "MSSL0002", 0 }, { } }; MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match); |