diff options
| author | Bingzhe Cai <bingzhec@codeaurora.org> | 2013-10-09 14:12:24 +0800 |
|---|---|---|
| committer | Abinaya P <abinayap@codeaurora.org> | 2016-08-17 17:13:46 +0530 |
| commit | 8ac5a9e361461e95b49001d9923e82cc0ae1a8bd (patch) | |
| tree | 26f30ab245ffaa36bac9f0298e7f78074fc858d8 /include/linux | |
| parent | 07d93257c66bb801608a250c2b2f1d18bb577137 (diff) | |
input: touchscreen: add option to ignore Focaltech family-id check
Focaltech touchscreen ICs may use different chip IDs for same module.
Add support to ignore ID check for such cases.
This patch is propagated from msm-3.10 kernel
'commit d6e831bdf2af ("input: touchscreen: add option to ignore
Focaltech family-id check")'
Also fix the checkpatch errors.
Change-Id: I0fe8da6a5e687317b4878b59ac5d1a4a4b620e1d
Signed-off-by: Bingzhe Cai <bingzhec@codeaurora.org>
Signed-off-by: Sudhakar Manapati <smanap@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/input/ft5x06_ts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input/ft5x06_ts.h b/include/linux/input/ft5x06_ts.h index 202ddeec09d6..1340737070f7 100644 --- a/include/linux/input/ft5x06_ts.h +++ b/include/linux/input/ft5x06_ts.h @@ -58,6 +58,7 @@ struct ft5x06_ts_platform_data { bool fw_vkey_support; bool no_force_update; bool i2c_pull_up; + bool ignore_id_check; int (*power_init)(bool); int (*power_on)(bool); }; |
