mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Benson Leung <bleung@chromium.org>
To: olof@lixom.net, linux-kernel@vger.kernel.org
Cc: charliemooney@chromium.org, k7paul@gmail.com,
	hugegreenbug@gmail.com, bleung@chromium.org
Subject: [PATCH 2/2] platform/chrome: chromeos_laptop - Add Elan touchpad for Wolf
Date: Mon,  2 May 2016 08:57:17 +0800	[thread overview]
Message-ID: <1462150637-9037-3-git-send-email-bleung@chromium.org> (raw)
In-Reply-To: <1462150637-9037-1-git-send-email-bleung@chromium.org>

From: Charlie Mooney <charliemooney@chromium.org>

The upcoming Elan Wolf (Dell Chromebook 11) devices need to know to look
for Elan touchpads on the i2c bus so that they will be functional.

Based on the chromeos-kernel commit :
https://chromium-review.googlesource.com/198283

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

diff --git a/drivers/platform/chrome/chromeos_laptop.c b/drivers/platform/chrome/chromeos_laptop.c
index 2a510b8..e8a44a9 100644
--- a/drivers/platform/chrome/chromeos_laptop.c
+++ b/drivers/platform/chrome/chromeos_laptop.c
@@ -461,6 +461,8 @@ static struct chromeos_laptop dell_chromebook_11 = {
 	.i2c_peripherals = {
 		/* Touchpad. */
 		{ .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 },
+		/* Elan Touchpad option. */
+		{ .add = setup_elantech_tp, I2C_ADAPTER_DESIGNWARE_0 },
 	},
 };
 
-- 
2.8.0.rc3.226.g39d4020

  parent reply	other threads:[~2016-05-02  0:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-02  0:57 [PATCH 0/2] Add support for Elan touchpad varionts of Peppy and Wolf Benson Leung
2016-05-02  0:57 ` [PATCH 1/2] platform/chrome: chromeos_laptop - Add elan trackpad option for C720 Benson Leung
2016-05-02  0:57 ` Benson Leung [this message]
2016-05-11 18:34 ` [PATCH 0/2] Add support for Elan touchpad varionts of Peppy and Wolf Olof Johansson

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=1462150637-9037-3-git-send-email-bleung@chromium.org \
    --to=bleung@chromium.org \
    --cc=charliemooney@chromium.org \
    --cc=hugegreenbug@gmail.com \
    --cc=k7paul@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    /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

all inboxes | Powered by JetHome®