From: Michael Mullin Date: Wed, 16 Jul 2014 00:00:54 +0000 (-0400) Subject: platform/chrome: Add support for the acer c720p touchscreen. X-Git-Tag: v3.17-rc1~51^2~1 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=b90b3c4ae06af135e279c9a5aa1c640d22787fc4 platform/chrome: Add support for the acer c720p touchscreen. 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 --- diff --git a/drivers/platform/chrome/chromeos_laptop.c b/drivers/platform/chrome/chromeos_laptop.c index a53fe76de5d1..15b1b162890f 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. */