linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benson Leung <bleung@chromium.org>
To: matthew.garrett@nebula.com, platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: bleung@chromium.org, olofj@chromium.org, olof@lixom.net
Subject: [PATCH 1/1] Platform: x86: chromeos_laptop - Add HP Pavilion 14
Date: Sun, 10 Feb 2013 16:20:17 -0800	[thread overview]
Message-ID: <1360542017-1163-2-git-send-email-bleung@chromium.org> (raw)
In-Reply-To: <1360542017-1163-1-git-send-email-bleung@chromium.org>

Add support for the HP Pavilion 14 Chromebook's trackpad, which is a reuse
of the Samsung Series 5 550 trackpad.

Signed-off-by: Benson Leung <bleung@chromium.org>
---
 drivers/platform/x86/chromeos_laptop.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/platform/x86/chromeos_laptop.c b/drivers/platform/x86/chromeos_laptop.c
index 95bf94f..bc6599c 100644
--- a/drivers/platform/x86/chromeos_laptop.c
+++ b/drivers/platform/x86/chromeos_laptop.c
@@ -207,6 +207,13 @@ static struct dmi_system_id __initdata chromeos_laptop_dmi_table[] = {
 		.callback = setup_cyapa_smbus_tp,
 	},
 	{
+		.ident = "HP Pavilion 14 Chromebook - Touchpad",
+		.matches = {
+			DMI_MATCH(DMI_PRODUCT_NAME, "Butterfly"),
+		},
+		.callback = setup_cyapa_smbus_tp,
+	},
+	{
 		.ident = "Samsung Series 5 - Light Sensor",
 		.matches = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Alex"),
-- 
1.8.1


      reply	other threads:[~2013-02-11  0:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-01 22:34 [PATCH 0/4] Platform: x86: chromeos_laptop - Add more x86 Chromebooks Benson Leung
2013-02-01 22:34 ` [PATCH 1/4] Platform: x86: chromeos_laptop - Rename setup_lumpy_tp to setup_cyapa_smbus_tp Benson Leung
2013-02-01 22:34 ` [PATCH 2/4] Platform: x86: chromeos_laptop - Add Acer C7 trackpad Benson Leung
2013-02-01 22:34 ` [PATCH 3/4] Platform: x86: chromeos_laptop - Add Taos tsl2563 device Benson Leung
2013-02-01 22:34 ` [PATCH 4/4] Platform: x86: chromeos_laptop - Add Taos tsl2583 device Benson Leung
2013-02-11  0:20 ` [PATCH 0/1] Platform: x86: chromeos_laptop - Add HP Pavilion 14 Benson Leung
2013-02-11  0:20   ` Benson Leung [this message]

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=1360542017-1163-2-git-send-email-bleung@chromium.org \
    --to=bleung@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthew.garrett@nebula.com \
    --cc=olof@lixom.net \
    --cc=olofj@chromium.org \
    --cc=platform-driver-x86@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 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).