summaryrefslogtreecommitdiff
path: root/goodix_ts_core.c
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2023-01-12 10:06:03 +0000
committerWendly Li <wendlyli@google.com>2023-03-07 13:05:56 +0000
commit2bd13df74a08330dc9d781b113c4cd1e80cfa097 (patch)
tree32a023ff14d240e32758939e03f117d8f21465e6 /goodix_ts_core.c
parent899bce3ec61d0699d62f3ce265590ae077167452 (diff)
downloadgoodix_touch-2bd13df74a08330dc9d781b113c4cd1e80cfa097.tar.gz
touch/goodix: Import v1.2.3 driver
Bug: 269560367 Test: Check coordinate filter works properly Change-Id: I3e2da8cadd2ee07c3e3bcb4b69189559f63796de Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_ts_core.c')
-rw-r--r--goodix_ts_core.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/goodix_ts_core.c b/goodix_ts_core.c
index 051b22c..fae111d 100644
--- a/goodix_ts_core.c
+++ b/goodix_ts_core.c
@@ -1838,10 +1838,13 @@ 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] 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->event_id, ts_event->clear_count);
+ 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_count1[%d]" \
+ " clear_count2[%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->event_id,
+ ts_event->clear_count1, ts_event->clear_count2);
#if IS_ENABLED(CONFIG_GOOG_TOUCH_INTERFACE)
if (st->soft_reset)
goog_notify_fw_status_changed(core_data->gti, GTI_FW_STATUS_RESET,