summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuper Liu <supercjliu@google.com>2022-09-06 12:59:11 +0800
committerSuper Liu <supercjliu@google.com>2022-09-06 12:59:11 +0800
commit3a4470794b1d6b149fdad6a339b5242013093cbe (patch)
tree8dd806be578c5386eb4be73dd4c127d4f6de1184
parent5fff099fe55ba7bfc97e7dce6ccbcca7997337f3 (diff)
downloadgoodix_touch-3a4470794b1d6b149fdad6a339b5242013093cbe.tar.gz
touch/goodix: migrate input process into GTI irq.
Bug: 201610482 Signed-off-by: Super Liu <supercjliu@google.com> Change-Id: I91bb66d1cae8ff382a68d3accc45036450d62010
-rw-r--r--goodix_ts_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/goodix_ts_core.c b/goodix_ts_core.c
index 9293e88..759a981 100644
--- a/goodix_ts_core.c
+++ b/goodix_ts_core.c
@@ -1539,7 +1539,6 @@ static void goodix_ts_report_finger_goog(
goog_input_report_key(gti, dev, BTN_TOUCH, touch_num > 0 ? 1 : 0);
goog_input_sync(gti, dev);
- goog_input_process(gti);
goog_input_unlock(gti);
@@ -2283,7 +2282,6 @@ static void goodix_ts_release_connects_goog(struct goodix_ts_core *core_data)
}
goog_input_report_key(gti, input_dev, BTN_TOUCH, 0);
goog_input_sync(gti, input_dev);
- goog_input_process(gti);
goog_input_unlock(gti);
}