diff options
| author | Sudhakar Manapati <smanap@codeaurora.org> | 2015-09-12 20:05:50 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-30 22:16:55 -0700 |
| commit | d0d1f78347ce9755da60335549e5ced1a5775ca3 (patch) | |
| tree | 6959feea482a976b271875118f4eff91ca4757e6 /include/linux/input | |
| parent | 11489ea70f0a56e799a0364bea230ee7a548b5a9 (diff) | |
input: ft5x06_ts: remove proximity sensor support
remove psensor support as the linux/sensors.h file is not yet merged
in msm-3.18 kernel.
Change-Id: I6d46b35938b7420072f9245ffa27bb59f28d5e03
Signed-off-by: Sudhakar Manapati <smanap@codeaurora.org>
Diffstat (limited to 'include/linux/input')
| -rw-r--r-- | include/linux/input/ft5x06_ts.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/input/ft5x06_ts.h b/include/linux/input/ft5x06_ts.h index 0b216da7d507..3825f9d1e68c 100644 --- a/include/linux/input/ft5x06_ts.h +++ b/include/linux/input/ft5x06_ts.h @@ -34,14 +34,6 @@ struct fw_upgrade_info { u16 delay_erase_flash; }; -struct ft5x06_psensor_platform_data { - struct input_dev *input_psensor_dev; - struct sensors_classdev ps_cdev; - int tp_psensor_opened; - char tp_psensor_data; /* 0 near, 1 far */ - struct ft5x06_ts_data *data; -}; - struct ft5x06_gesture_platform_data { int gesture_enable_to_set; /* enable/disable gesture */ int in_pocket; /* whether in pocket mode or not */ @@ -76,7 +68,6 @@ struct ft5x06_ts_platform_data { bool no_force_update; bool i2c_pull_up; bool ignore_id_check; - bool psensor_support; bool gesture_support; int (*power_init)(bool); int (*power_on)(bool); |
