* [PATCH] input: elan_i2c - remove duplicate ELAN0605 id
@ 2017-09-16 21:59 Nik Nyby
2017-09-21 23:34 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Nik Nyby @ 2017-09-16 21:59 UTC (permalink / raw)
To: dmitry.torokhov, linux-input; +Cc: Nik Nyby
ELAN0605 appears twice here.
Signed-off-by: Nik Nyby <nikolas@gnu.org>
---
drivers/input/mouse/elan_i2c_core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
index 0e761d079dc4..a2d2077303cb 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1255,7 +1255,6 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0602", 0 },
{ "ELAN0605", 0 },
{ "ELAN0608", 0 },
- { "ELAN0605", 0 },
{ "ELAN0609", 0 },
{ "ELAN060B", 0 },
{ "ELAN1000", 0 },
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] input: elan_i2c - remove duplicate ELAN0605 id
2017-09-16 21:59 [PATCH] input: elan_i2c - remove duplicate ELAN0605 id Nik Nyby
@ 2017-09-21 23:34 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2017-09-21 23:34 UTC (permalink / raw)
To: Nik Nyby; +Cc: linux-input
On Sat, Sep 16, 2017 at 05:59:30PM -0400, Nik Nyby wrote:
> ELAN0605 appears twice here.
>
> Signed-off-by: Nik Nyby <nikolas@gnu.org>
Applied, thank you.
> ---
> drivers/input/mouse/elan_i2c_core.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
> index 0e761d079dc4..a2d2077303cb 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1255,7 +1255,6 @@ static const struct acpi_device_id elan_acpi_id[] = {
> { "ELAN0602", 0 },
> { "ELAN0605", 0 },
> { "ELAN0608", 0 },
> - { "ELAN0605", 0 },
> { "ELAN0609", 0 },
> { "ELAN060B", 0 },
> { "ELAN1000", 0 },
> --
> 2.14.1
>
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-21 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-16 21:59 [PATCH] input: elan_i2c - remove duplicate ELAN0605 id Nik Nyby
2017-09-21 23:34 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).