diff mbox

Support for ELANPAD 0612

Message ID 20180601095046.29745-1-languitar@semipol.de (mailing list archive)
State Accepted
Headers show

Commit Message

Johannes Wienke June 1, 2018, 9:50 a.m. UTC
Add ELAN0612 to the array of supported touchpads.

Signed-off-by: Johannes Wienke <languitar@semipol.de>
---
 drivers/input/mouse/elan_i2c_core.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Torokhov June 4, 2018, 9:14 p.m. UTC | #1
On Fri, Jun 01, 2018 at 11:50:46AM +0200, Johannes Wienke wrote:
> Add ELAN0612 to the array of supported touchpads.
> 
> Signed-off-by: Johannes Wienke <languitar@semipol.de>

Applied, thank you.

> ---
>  drivers/input/mouse/elan_i2c_core.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
> index 75e757520ef0..93967c8139e7 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1262,6 +1262,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
>  	{ "ELAN060B", 0 },
>  	{ "ELAN060C", 0 },
>  	{ "ELAN0611", 0 },
> +	{ "ELAN0612", 0 },
>  	{ "ELAN1000", 0 },
>  	{ }
>  };
> -- 
> 2.17.1
>
diff mbox

Patch

diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
index 75e757520ef0..93967c8139e7 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1262,6 +1262,7 @@  static const struct acpi_device_id elan_acpi_id[] = {
 	{ "ELAN060B", 0 },
 	{ "ELAN060C", 0 },
 	{ "ELAN0611", 0 },
+	{ "ELAN0612", 0 },
 	{ "ELAN1000", 0 },
 	{ }
 };