* [PATCH] Add support for the acer c720p touchscreen.
@ 2014-07-16 0:00 Michael Mullin
2014-07-16 0:19 ` Benson Leung
2014-07-16 1:01 ` Olof Johansson
0 siblings, 2 replies; 3+ messages in thread
From: Michael Mullin @ 2014-07-16 0:00 UTC (permalink / raw)
To: olof; +Cc: bleung, linux-kernel, dparker
Add support for the acer c720p touchscreen.
Tested manually by using the touchscreen on the acer c720p-2664
Based on the following patch by Dave Parker <dparker@chromium.org>:
https://chromium-review.googlesource.com/#/c/167136/
Signed-off-by: Michael Mullin <masmullin@gmail.com>
---
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 a53fe76..15b1b16 100644
--- a/drivers/platform/chrome/chromeos_laptop.c
+++ b/drivers/platform/chrome/chromeos_laptop.c
@@ -419,6 +419,8 @@ static struct chromeos_laptop acer_ac700 = {
static struct chromeos_laptop acer_c720 = {
.i2c_peripherals = {
+ /* Touchscreen. */
+ { .add = setup_atmel_1664s_ts, I2C_ADAPTER_DESIGNWARE_1 },
/* Touchpad. */
{ .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 },
/* Light Sensor. */
--
2.0.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] Add support for the acer c720p touchscreen.
2014-07-16 0:00 [PATCH] Add support for the acer c720p touchscreen Michael Mullin
@ 2014-07-16 0:19 ` Benson Leung
2014-07-16 1:01 ` Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Benson Leung @ 2014-07-16 0:19 UTC (permalink / raw)
To: Michael Mullin; +Cc: Olof Johansson, linux-kernel@vger.kernel.org, dparker
Hi Michael,
Thank you for adding this and verifying it works on your system.
On Tue, Jul 15, 2014 at 5:00 PM, Michael Mullin <masmullin@gmail.com> wrote:
> Add support for the acer c720p touchscreen.
> Tested manually by using the touchscreen on the acer c720p-2664
>
> Based on the following patch by Dave Parker <dparker@chromium.org>:
> https://chromium-review.googlesource.com/#/c/167136/
>
> Signed-off-by: Michael Mullin <masmullin@gmail.com>
Reviewed-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 a53fe76..15b1b16 100644
> --- a/drivers/platform/chrome/chromeos_laptop.c
> +++ b/drivers/platform/chrome/chromeos_laptop.c
> @@ -419,6 +419,8 @@ static struct chromeos_laptop acer_ac700 = {
>
> static struct chromeos_laptop acer_c720 = {
> .i2c_peripherals = {
> + /* Touchscreen. */
> + { .add = setup_atmel_1664s_ts, I2C_ADAPTER_DESIGNWARE_1 },
> /* Touchpad. */
> { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 },
> /* Light Sensor. */
> --
> 2.0.1
>
--
Benson Leung
Software Engineer, Chrom* OS
bleung@chromium.org
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] Add support for the acer c720p touchscreen.
2014-07-16 0:00 [PATCH] Add support for the acer c720p touchscreen Michael Mullin
2014-07-16 0:19 ` Benson Leung
@ 2014-07-16 1:01 ` Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2014-07-16 1:01 UTC (permalink / raw)
To: Michael Mullin; +Cc: bleung, linux-kernel, dparker
On Tue, Jul 15, 2014 at 08:00:54PM -0400, Michael Mullin wrote:
> Add support for the acer c720p touchscreen.
> Tested manually by using the touchscreen on the acer c720p-2664
>
> Based on the following patch by Dave Parker <dparker@chromium.org>:
> https://chromium-review.googlesource.com/#/c/167136/
>
> Signed-off-by: Michael Mullin <masmullin@gmail.com>
Applied with a tweak of patch subject.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-16 1:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 0:00 [PATCH] Add support for the acer c720p touchscreen Michael Mullin
2014-07-16 0:19 ` Benson Leung
2014-07-16 1:01 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox