From b9580b1ea4fc51569aa7fd3a07151e92724a0ae8 Mon Sep 17 00:00:00 2001 From: Xiaohui Tao Date: Fri, 2 Aug 2013 10:09:32 -0700 Subject: input: touchscreen: raydium v60.2 touch driver raydium code drop [1] Add additional info for regulator event msg [2] Add RM_PLATFORM_A010 for Ardbeg AVC sensor [3] Fix no touch function in Pluto platform with RM31081 from idle mode [4] Refine Pismo touch direction [5] Fix idle mode problem with Ardbeg AVC sensor Bug 1330952 Change-Id: Ib282bec3f07a16eb657314ee5127824f02a89d02 Signed-off-by: Xiaohui Tao Reviewed-on: http://git-master/r/257604 Reviewed-by: Mitch Luban --- include/linux/spi/rm31080a_ts.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h index 274568f9b..4cac12937 100644 --- a/include/linux/spi/rm31080a_ts.h +++ b/include/linux/spi/rm31080a_ts.h @@ -178,8 +178,10 @@ struct rm_spi_ts_platform_data { int platform_id; unsigned char *name_of_clock; unsigned char *name_of_clock_con; - int gpio_sensor_select0; - int gpio_sensor_select1; + /* wait to be implemented... + int gpio_sensor_select0; + int gpio_sensor_select1; + */ }; int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); -- cgit v1.2.2