diff options
| author | Xiaohui Tao <xtao@nvidia.com> | 2013-08-02 13:09:32 -0400 |
|---|---|---|
| committer | David Pu <dpu@nvidia.com> | 2017-07-27 19:09:19 -0400 |
| commit | b9580b1ea4fc51569aa7fd3a07151e92724a0ae8 (patch) | |
| tree | f037e13a8129b62ea458ac92d55f54a07eef4e36 /include/linux | |
| parent | f79ff82fbe73fe41bebaa3d8bc6f17d69be439bf (diff) | |
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 <xtao@nvidia.com>
Reviewed-on: http://git-master/r/257604
Reviewed-by: Mitch Luban <mluban@nvidia.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/rm31080a_ts.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 { | |||
| 178 | int platform_id; | 178 | int platform_id; |
| 179 | unsigned char *name_of_clock; | 179 | unsigned char *name_of_clock; |
| 180 | unsigned char *name_of_clock_con; | 180 | unsigned char *name_of_clock_con; |
| 181 | int gpio_sensor_select0; | 181 | /* wait to be implemented... |
| 182 | int gpio_sensor_select1; | 182 | int gpio_sensor_select0; |
| 183 | int gpio_sensor_select1; | ||
| 184 | */ | ||
| 183 | }; | 185 | }; |
| 184 | 186 | ||
| 185 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); | 187 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); |
