From: Hans de Goede <hdegoede@redhat.com>
To: linux-input@vger.kernel.org
Cc: Peter Hutterer <peter.hutterer@redhat.com>,
Hans de Goede <hdegoede@redhat.com>
Subject: [PATCH 2/2] elantech: Add support for IC-body version 8
Date: Mon, 9 Dec 2013 15:32:31 +0100 [thread overview]
Message-ID: <1386599551-2339-2-git-send-email-hdegoede@redhat.com> (raw)
In-Reply-To: <1386599551-2339-1-git-send-email-hdegoede@redhat.com>
Acording to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232877
a patch for this has been send before, but I don't see this in 3.13-rc3,
so here is another one.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
drivers/input/mouse/elantech.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index f7baa32..fc72446 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1350,6 +1350,7 @@ static int elantech_set_properties(struct elantech_data *etd)
break;
case 6:
case 7:
+ case 8:
etd->hw_version = 4;
break;
default:
--
1.8.4.2
next prev parent reply other threads:[~2013-12-09 14:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-09 14:32 [PATCH 1/2] elantech: Properly differentiate between clickpads and normal touchpads Hans de Goede
2013-12-09 14:32 ` Hans de Goede [this message]
2013-12-09 17:50 ` [PATCH 2/2] elantech: Add support for IC-body version 8 Benjamin Tissoires
2013-12-09 18:02 ` [PATCH 1/2] elantech: Properly differentiate between clickpads and normal touchpads Benjamin Tissoires
2013-12-09 19:14 ` Hans de Goede
2013-12-09 19:21 ` Benjamin Tissoires
2013-12-10 6:12 ` Dmitry Torokhov
2013-12-10 8:35 ` duson
2013-12-10 8:45 ` Hans de Goede
2013-12-10 9:29 ` duson
2013-12-10 8:37 ` Hans de Goede
2013-12-10 9:58 ` Peter Hutterer
2013-12-10 5:15 ` duson
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=1386599551-2339-2-git-send-email-hdegoede@redhat.com \
--to=hdegoede@redhat.com \
--cc=linux-input@vger.kernel.org \
--cc=peter.hutterer@redhat.com \
/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 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).