From 4a4bf3a36a054bda11db1c64c80d1dea500fa806 Mon Sep 17 00:00:00 2001 From: Michael Mullin Date: Tue, 15 Jul 2014 20:00:54 -0400 Subject: [PATCH] platform/chrome: Add support for the acer c720p touchscreen. commit b90b3c4ae06af135e279c9a5aa1c640d22787fc4 upstream. 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 : https://chromium-review.googlesource.com/#/c/167136/ Signed-off-by: Michael Mullin Reviewed-by: Benson Leung Signed-off-by: Olof Johansson Cc: Scot Doyle Signed-off-by: Luis Henriques --- 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 37fa570a76360..fd090efe54898 100644 --- a/drivers/platform/chrome/chromeos_laptop.c +++ b/drivers/platform/chrome/chromeos_laptop.c @@ -417,6 +417,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.47.3