diff options
| author | David Jung <djung@nvidia.com> | 2013-02-21 16:45:45 -0500 |
|---|---|---|
| committer | David Pu <dpu@nvidia.com> | 2017-07-27 19:09:19 -0400 |
| commit | 2c59f3123fe20fe4dcd10d4a5f409d6d06ccca4c (patch) | |
| tree | feec7ae799d76df1969aa8557fae33c5630cf72a /include/linux/spi | |
| parent | bc1c5effa5271fd0e6e19344ef3e43c26deca3ee (diff) | |
input: touch: raydium: correct queueing of resumes
Raydium code drop. Queue a maximum of one resume.
Bug 1225919
Change-Id: Ice8433752483c9a1b1b73266705d3d19fbd553ff
Signed-off-by: David Jung <djung@nvidia.com>
Reviewed-on: http://git-master/r/203052
Reviewed-by: Robert Collins <rcollins@nvidia.com>
Tested-by: Robert Collins <rcollins@nvidia.com>
Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'include/linux/spi')
| -rw-r--r-- | include/linux/spi/rm31080a_ts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h index 42ee65910..6b5981ccb 100644 --- a/include/linux/spi/rm31080a_ts.h +++ b/include/linux/spi/rm31080a_ts.h | |||
| @@ -42,6 +42,7 @@ | |||
| 42 | #define RM_VARIABLE_PLATFORM_ID 0x01 | 42 | #define RM_VARIABLE_PLATFORM_ID 0x01 |
| 43 | #define RM_IOCTL_SET_SLOWSCAN_PARA 0x1012 | 43 | #define RM_IOCTL_SET_SLOWSCAN_PARA 0x1012 |
| 44 | #define RM_IOCTL_GET_SACN_MODE 0x1013 | 44 | #define RM_IOCTL_GET_SACN_MODE 0x1013 |
| 45 | #define RM_IOCTL_CHECK_INIT_STATUS 0x1014 | ||
| 45 | 46 | ||
| 46 | #define RM_INPUT_RESOLUTION_X 4096 | 47 | #define RM_INPUT_RESOLUTION_X 4096 |
| 47 | #define RM_INPUT_RESOLUTION_Y 4096 | 48 | #define RM_INPUT_RESOLUTION_Y 4096 |
