diff mbox

Input: silead - Add MSSL0002 ACPI HID

Message ID 20180605150428.19887-1-hdegoede@redhat.com (mailing list archive)
State Accepted
Headers show

Commit Message

Hans de Goede June 5, 2018, 3:04 p.m. UTC
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>
---
 drivers/input/touchscreen/silead.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Torokhov June 5, 2018, 4:34 p.m. UTC | #1
On Tue, Jun 05, 2018 at 05:04:28PM +0200, Hans de Goede wrote:
> 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>

Applied, marked for stable, thank you.

> ---
>  drivers/input/touchscreen/silead.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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);
> -- 
> 2.17.1
>
diff mbox

Patch

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);