diff mbox series

input: silead: Add MSSL0017 to acpi_device_id.

Message ID 20190523190659.3117-1-danct12@disroot.org (mailing list archive)
State Mainlined
Commit 0e658060e5fc50dc282885dc424a94b5d95547e5
Headers show
Series input: silead: Add MSSL0017 to acpi_device_id. | expand

Commit Message

Dang Huynh May 23, 2019, 7:06 p.m. UTC
On Chuwi Hi10 Plus, the Silead device id is MSSL0017.

Signed-off-by: Daniel Smith <danct12@disroot.org>
---
 drivers/input/touchscreen/silead.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Torokhov May 23, 2019, 7:55 p.m. UTC | #1
On Fri, May 24, 2019 at 02:06:59AM +0700, Daniel Smith wrote:
> On Chuwi Hi10 Plus, the Silead device id is MSSL0017.
> 
> Signed-off-by: Daniel Smith <danct12@disroot.org>

Applied keeping Hans' reviewed-by from the previous version; 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 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);
> -- 
> 2.21.0
>
diff mbox series

Patch

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