summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2022-03-21 14:37:38 +0800
committerdavidycchen <davidycchen@google.com>2022-03-21 15:07:58 +0800
commit1fbde3614bef25d9e9e01d24f027f7d697b9b188 (patch)
treee2cab2acceda8777b6f94016e7581ccd9dc7d84e
parent16b5f5cb7b4d6914f8672c3a5e01bd59164fdee4 (diff)
downloadfts_touch-android-msm-redbull-4.19-t-beta-2.tar.gz
touch/ftm5: update FW grip with offload filter_grip setting.android-t-beta-2_r0.3android-msm-redbull-4.19-t-beta-2
Bug: 224880464 Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: I14be9ea4c504a0f9e7c1c617017adb9f2a312331
-rw-r--r--fts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fts.c b/fts.c
index a3f8b92..69fc938 100644
--- a/fts.c
+++ b/fts.c
@@ -5506,7 +5506,7 @@ static void fts_resume_work(struct work_struct *work)
/* Set touch_offload configuration */
if (info->offload.offload_running) {
pr_info("%s: applying touch_offload settings.\n", __func__);
- if (!info->offload.config.filter_grip) {
+ if (info->offload.config.filter_grip) {
/* The grip disable command will not take effect unless
* it is delayed ~100ms.
*/