summaryrefslogtreecommitdiff
path: root/goodix_ts_core.h
diff options
context:
space:
mode:
authorSuper Liu <supercjliu@google.com>2023-03-21 07:10:00 +0000
committerSuper Liu <supercjliu@google.com>2023-03-29 07:03:39 +0000
commita76745c119c7344ac535532ce26f6186e985e767 (patch)
tree2139f09d3445bc8aca5cf43db6d9fd01df4f7061 /goodix_ts_core.h
parent7f830ba346f172da79d4ec51fa1fdf33c247cd46 (diff)
downloadgoodix_touch-a76745c119c7344ac535532ce26f6186e985e767.tar.gz
touch/goodix: Initialize the devices by order
Bug: 272408020 Change-Id: Iab7bf336c2c637d10c34d5a8781321369ff2f19a Signed-off-by: Super Liu <supercjliu@google.com>
Diffstat (limited to 'goodix_ts_core.h')
-rw-r--r--goodix_ts_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/goodix_ts_core.h b/goodix_ts_core.h
index bb03a78..cfd7bca 100644
--- a/goodix_ts_core.h
+++ b/goodix_ts_core.h
@@ -843,6 +843,7 @@ struct goodix_ts_core {
s16 heatmap_diff[GOODIX_MAX_DRV_NUM * GOODIX_MAX_SEN_NUM];
s16 heatmap_selfdiff[GOODIX_MAX_DRV_NUM + GOODIX_MAX_SEN_NUM];
*/
+ struct completion init_stage2_complete;
struct touch_apis_data apis_data;
struct workqueue_struct *event_wq;
struct delayed_work monitor_gesture_work;