All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM
@ 2019-01-26 15:48 Tobias Vögeli
  2019-01-26 20:44 ` Tobias Vögeli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tobias Vögeli @ 2019-01-26 15:48 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Tobias Vögeli, linux-input, linux-kernel

From: Tobias Vögeli <tobias@voegeli.com>

Add ELAN061A to the ACPI table to support the touchpad of the Lenovo V130-15IGM.

Signed-off-by: Tobias Vögeli <tobias@voegeli.com>
---
 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 f322a1768fbb..4998b7007201 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1347,6 +1347,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
 	{ "ELAN0611", 0 },
 	{ "ELAN0612", 0 },
 	{ "ELAN0618", 0 },
+	{ "ELAN061A", 0 },
 	{ "ELAN061C", 0 },
 	{ "ELAN061D", 0 },
 	{ "ELAN061E", 0 },
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM
  2019-01-26 15:48 [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM Tobias Vögeli
@ 2019-01-26 20:44 ` Tobias Vögeli
  2019-01-26 20:46 ` Tobias Vögeli
  2019-01-26 21:14 ` Tobias Vögeli
  2 siblings, 0 replies; 4+ messages in thread
From: Tobias Vögeli @ 2019-01-26 20:44 UTC (permalink / raw)
  To: Tobias Vögeli; +Cc: linux-kernel

Forget this patch, I did some further testing and even though the touchpad works, it generates some dmesg messages. I have to take a closer look into this.

Sorry for the spam.

Tobias


> From: Tobias Vögeli <tobias@voegeli.com>
>
> Add ELAN061A to the ACPI table to support the touchpad of the Lenovo V130-15IGM.
>
> Signed-off-by: Tobias Vögeli <tobias@voegeli.com>
> ---
>   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 f322a1768fbb..4998b7007201 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1347,6 +1347,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
>   	{ "ELAN0611", 0 },
>   	{ "ELAN0612", 0 },
>   	{ "ELAN0618", 0 },
> +	{ "ELAN061A", 0 },
>   	{ "ELAN061C", 0 },
>   	{ "ELAN061D", 0 },
>   	{ "ELAN061E", 0 },

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM
  2019-01-26 15:48 [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM Tobias Vögeli
  2019-01-26 20:44 ` Tobias Vögeli
@ 2019-01-26 20:46 ` Tobias Vögeli
  2019-01-26 21:14 ` Tobias Vögeli
  2 siblings, 0 replies; 4+ messages in thread
From: Tobias Vögeli @ 2019-01-26 20:46 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Tobias Vögeli, linux-input, linux-kernel

Forget this patch, I did some further testing and even though the touchpad works, it generates some dmesg messages. I have to take a closer look into this.

Sorry for the spam.

Tobias

  

> From: Tobias Vögeli <tobias@voegeli.com>
>
> Add ELAN061A to the ACPI table to support the touchpad of the Lenovo V130-15IGM.
>
> Signed-off-by: Tobias Vögeli <tobias@voegeli.com>
> ---
>   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 f322a1768fbb..4998b7007201 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1347,6 +1347,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
>   	{ "ELAN0611", 0 },
>   	{ "ELAN0612", 0 },
>   	{ "ELAN0618", 0 },
> +	{ "ELAN061A", 0 },
>   	{ "ELAN061C", 0 },
>   	{ "ELAN061D", 0 },
>   	{ "ELAN061E", 0 },

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM
  2019-01-26 15:48 [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM Tobias Vögeli
  2019-01-26 20:44 ` Tobias Vögeli
  2019-01-26 20:46 ` Tobias Vögeli
@ 2019-01-26 21:14 ` Tobias Vögeli
  2 siblings, 0 replies; 4+ messages in thread
From: Tobias Vögeli @ 2019-01-26 21:14 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Tobias Vögeli, linux-input, linux-kernel

Not sure if the last mail went trough, so here again:

Forget this patch, I did some further testing and even though the touchpad works, it generates some dmesg messages. I have to take a closer look into this.

Sorry for the spam.

Tobias


> From: Tobias Vögeli <tobias@voegeli.com>
>
> Add ELAN061A to the ACPI table to support the touchpad of the Lenovo V130-15IGM.
>
> Signed-off-by: Tobias Vögeli <tobias@voegeli.com>
> ---
>   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 f322a1768fbb..4998b7007201 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1347,6 +1347,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
>   	{ "ELAN0611", 0 },
>   	{ "ELAN0612", 0 },
>   	{ "ELAN0618", 0 },
> +	{ "ELAN061A", 0 },
>   	{ "ELAN061C", 0 },
>   	{ "ELAN061D", 0 },
>   	{ "ELAN061E", 0 },

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-26 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-26 15:48 [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM Tobias Vögeli
2019-01-26 20:44 ` Tobias Vögeli
2019-01-26 20:46 ` Tobias Vögeli
2019-01-26 21:14 ` Tobias Vögeli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.