summaryrefslogtreecommitdiff
path: root/goodix_ts_gesture.c
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-06-13 07:31:48 +0000
committerWendly Li <wendlyli@google.com>2022-06-14 18:29:09 +0000
commit967c1a070556b92b166401a10b07d2ac965e8dcd (patch)
tree28856aac2e3d5ae523dfe3702409bf116c58b9bc /goodix_ts_gesture.c
parente29c9d98224bd37a84929a3d2bb98c808efdca0e (diff)
downloadgoodix_touch-967c1a070556b92b166401a10b07d2ac965e8dcd.tar.gz
goodix: Import v1.0.11 driver
Bug: 214118830 Bug: 214118809 Test: Check fw palm and grip works fine and can be switched Change-Id: I9cfb53fc671a073c802663ee89227ab09d3b783e Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_ts_gesture.c')
-rw-r--r--goodix_ts_gesture.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/goodix_ts_gesture.c b/goodix_ts_gesture.c
index 4de2a97..8d2cea3 100644
--- a/goodix_ts_gesture.c
+++ b/goodix_ts_gesture.c
@@ -249,6 +249,9 @@ static int gsx_gesture_ist(
goto re_send_ges_cmd;
}
+ if (gs_event.event_type & EVENT_STATUS)
+ goodix_ts_report_status(&gs_event);
+
switch (gs_event.gesture_type) {
case GOODIX_GESTURE_SINGLE_TAP:
if (cd->gesture_type & GESTURE_SINGLE_TAP) {