From: Nik Nyby <nikolas@gnu.org>
To: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org
Cc: Nik Nyby <nikolas@gnu.org>
Subject: [PATCH] input: elan_i2c - remove duplicate ELAN0605 id
Date: Sat, 16 Sep 2017 17:59:30 -0400 [thread overview]
Message-ID: <20170916215930.9539-1-nikolas@gnu.org> (raw)
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
next reply other threads:[~2017-09-16 21:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-16 21:59 Nik Nyby [this message]
2017-09-21 23:34 ` [PATCH] input: elan_i2c - remove duplicate ELAN0605 id Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170916215930.9539-1-nikolas@gnu.org \
--to=nikolas@gnu.org \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.