summaryrefslogtreecommitdiff
path: root/touch_apis.h
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-07-07 07:49:17 +0000
committerWendly Li <wendlyli@google.com>2022-07-21 05:30:40 +0000
commite788d534c077d25514338001eae58ce4918649bc (patch)
tree0e92ed76e0645d6a52bd7da8d486edaba5ed05f2 /touch_apis.h
parent178ef0cefe5c2e2bc636a00fad7250cb69438ad5 (diff)
downloadgoodix_touch-e788d534c077d25514338001eae58ce4918649bc.tar.gz
touch/goodix: Support finger leaves event for UDFPS.
Bug: 214118944 Bug: 239381635 Test: LHBM is off right after LPTW finger leaves. Change-Id: I95615fc8b75d15db41765d9320aa68d9d016e1a2 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'touch_apis.h')
-rw-r--r--touch_apis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/touch_apis.h b/touch_apis.h
index dda4f89..1633211 100644
--- a/touch_apis.h
+++ b/touch_apis.h
@@ -15,7 +15,7 @@
#include <goog_touch_interface.h>
#endif
-enum scan_mode {
+enum scan_mode : u8 {
SCAN_MODE_AUTO = 0,
SCAN_MODE_NORMAL_ACTIVE,
SCAN_MODE_NORMAL_IDLE,