From bdaa58865e9d835a7816e21d0a721fae5d2bc40f 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 (cherry picked from commit 227b8493a0795aff1bd8d1518e5e4fac1f5e7eae) Signed-off-by: Ajay Nandakumar Reviewed-on: http://git-master/r/261036 --- include/linux/spi/rm31080a_ts.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h index 38b362dd7..4cac12937 100644 --- a/include/linux/spi/rm31080a_ts.h +++ b/include/linux/spi/rm31080a_ts.h @@ -81,6 +81,7 @@ #define RM_PLATFORM_R005 0x05 #define RM_PLATFORM_M010 0x06 #define RM_PLATFORM_P140 0x07 +#define RM_PLATFORM_A010 0x08 #define RM_PLATFORM_RAYPRJ 0x80 /*************************************************************************** @@ -177,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