diff options
author | Mohan Pallaka <mpallaka@codeaurora.org> | 2013-08-28 13:44:36 +0530 |
---|---|---|
committer | Abinaya P <abinayap@codeaurora.org> | 2016-08-17 16:59:15 +0530 |
commit | bf71f01cc715734d951d9841bb7fa7d229f2903c (patch) | |
tree | e9d7c4d785f89b3d74a3dae24550d5195eeaea96 /include/linux/input | |
parent | 72436be454654749d7c64676543ae6e7a579b042 (diff) |
input: ft5x06_ts: Upgrade firmware based on version
Upgrade firmware on the controller only when a new
version of firmware is available.
This patch is propagated from msm-3.18 kernel
'commit 88d102ef081f ("input: ft5x06_ts: Upgrade
firmware based on version")'
Change-Id: I4cf75b3c5efb90f151da09ed73b1ba62b9b5bb1c
Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
Diffstat (limited to 'include/linux/input')
-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 89e3143eda77..202ddeec09d6 100644 --- a/include/linux/input/ft5x06_ts.h +++ b/include/linux/input/ft5x06_ts.h @@ -55,6 +55,7 @@ struct ft5x06_ts_platform_data { u32 hard_rst_dly; u32 soft_rst_dly; u32 num_max_touches; + bool fw_vkey_support; bool no_force_update; bool i2c_pull_up; int (*power_init)(bool); |