summaryrefslogtreecommitdiff
path: root/goodix_ts_core.c
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-09-28 16:27:06 +0000
committerWendly Li <wendlyli@google.com>2022-09-29 05:53:25 +0000
commitdc19f9097c08e2c851954e50b10879d36ec680a2 (patch)
tree2956f36b381b6a9a30e63c2a427caf85e7de19ea /goodix_ts_core.c
parent52213616bba2a66e773cd0f6dde1a1265bf53f2a (diff)
downloadgoodix_touch-dc19f9097c08e2c851954e50b10879d36ec680a2.tar.gz
touch/goodix: Import v1.1.3 driver
Bug: 249448774 Test: touch works properly Change-Id: Ie98e58fe9f5c53f068351541d86f7ad3c28e71cb Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_ts_core.c')
-rw-r--r--goodix_ts_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/goodix_ts_core.c b/goodix_ts_core.c
index 15c6969..8d0b448 100644
--- a/goodix_ts_core.c
+++ b/goodix_ts_core.c
@@ -1691,10 +1691,10 @@ void goodix_ts_report_status(struct goodix_ts_core *core_data,
st->grip_change, st->noise_lv_change, st->palm_change,
st->soft_reset, st->base_update, st->hop_change,
st->water_change);
- ts_info("water_status[%d] before_factorA[%d] after_factorA[%d] base_update_type[0x%x] soft_reset_type[0x%x] palm_status[%d] noise_lv[%d] grip_type[%d]",
+ ts_info("water_status[%d] before_factorA[%d] after_factorA[%d] base_update_type[0x%x] soft_reset_type[0x%x] palm_status[%d] noise_lv[%d] grip_type[%d] event_id[%d] clear_count[%d]",
st->water_sta, st->before_factorA, st->after_factorA,
st->base_update_type, st->soft_reset_type, st->palm_sta,
- st->noise_lv, st->grip_type);
+ st->noise_lv, st->grip_type, st->event_id, ts_event->clear_count);
#if IS_ENABLED(CONFIG_GOOG_TOUCH_INTERFACE)
if (st->soft_reset)
goog_notify_fw_status_changed(core_data->gti, GTI_FW_STATUE_RESET,