diff options
| author | Xiaohui Tao <xtao@nvidia.com> | 2014-01-03 17:36:31 -0500 |
|---|---|---|
| committer | David Pu <dpu@nvidia.com> | 2017-07-27 19:09:19 -0400 |
| commit | b022fb8b09d4e8719b6d345fc4de3dd6d009712a (patch) | |
| tree | 3cb4984b5d3e21e06854d3a07f95a428445a9475 /include/linux | |
| parent | 529124543b85533b511cc7bf4cd598021a5d60b0 (diff) | |
input: touch: raydium: V61.7 code drop
[1] Fix report pointer bug
[2] Modify pointer specifier for all printf-like function
[3] Add protection in KRL_CMD_WRITE_W_COUNT
[4] Fix GPIO sensor select bug
[5] Fix slowscan function bug
[6] Refine some statements
[7] Enhance stability of idle mode on Pismo (64-bit platform)
[8] Fix Raydium_selftest bug (result in touch not work)
Change-Id: Idf4c42e017fd752097a675ae8706f4fc51d328d1
Signed-off-by: Xiaohui Tao <xtao@nvidia.com>
Reviewed-on: http://git-master/r/351894
Reviewed-on: http://git-master/r/356103
(cherry picked from commit 004bfd88e1458c04e9d33e1ca31b0b162ba8ac8c)
Reviewed-on: http://git-master/r/356129
Reviewed-by: Robert Collins <rcollins@nvidia.com>
Reviewed-by: Mitch Luban <mluban@nvidia.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/rm31080a_ts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h index 2b7161e2c..b780d3145 100644 --- a/include/linux/spi/rm31080a_ts.h +++ b/include/linux/spi/rm31080a_ts.h | |||
| @@ -44,8 +44,8 @@ | |||
| 44 | #define RM_VARIABLE_TEST_VERSION 0x08 | 44 | #define RM_VARIABLE_TEST_VERSION 0x08 |
| 45 | #define RM_VARIABLE_SET_SPI_UNLOCK 0x09 | 45 | #define RM_VARIABLE_SET_SPI_UNLOCK 0x09 |
| 46 | #define RM_VARIABLE_SET_WAKE_UNLOCK 0x0A | 46 | #define RM_VARIABLE_SET_WAKE_UNLOCK 0x0A |
| 47 | #define RM_VARIABLE_DPW 0x0B | 47 | #define RM_VARIABLE_DPW 0x0B |
| 48 | #define RM_VARIABLE_NS_MODE 0x0C | 48 | #define RM_VARIABLE_NS_MODE 0x0C |
| 49 | #define RM_IOCTL_GET_VARIABLE 0x1011 | 49 | #define RM_IOCTL_GET_VARIABLE 0x1011 |
| 50 | #define RM_VARIABLE_PLATFORM_ID 0x01 | 50 | #define RM_VARIABLE_PLATFORM_ID 0x01 |
| 51 | #define RM_VARIABLE_GPIO_SELECT 0x02 | 51 | #define RM_VARIABLE_GPIO_SELECT 0x02 |
| @@ -196,8 +196,8 @@ | |||
| 196 | * DO NOT MODIFY | 196 | * DO NOT MODIFY |
| 197 | * NOTE: Need to sync with HAL | 197 | * NOTE: Need to sync with HAL |
| 198 | ***************************************************************************/ | 198 | ***************************************************************************/ |
| 199 | #define INPUT_POINT_RESET 0x80 | 199 | #define INPUT_POINT_RESET 0x80 |
| 200 | #define MAX_REPORT_TOUCHED_POINTS 10 | 200 | #define MAX_REPORT_TOUCHED_POINTS 10 |
| 201 | 201 | ||
| 202 | #define POINT_TYPE_NONE 0x00 | 202 | #define POINT_TYPE_NONE 0x00 |
| 203 | #define POINT_TYPE_STYLUS 0x01 | 203 | #define POINT_TYPE_STYLUS 0x01 |
