]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Input: silead - add MSSL0017 to acpi_device_id
authorDaniel Smith <danct12@disroot.org>
Thu, 23 May 2019 19:54:18 +0000 (12:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jun 2019 03:34:46 +0000 (11:34 +0800)
commit 0e658060e5fc50dc282885dc424a94b5d95547e5 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/touchscreen/silead.c

index 09241d4cdebca340625f5e08345b10b7822114e0..06f0eb04a8fd4b2d331d084b885516de9e3bc30d 100644 (file)
@@ -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);