summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver/touchpad_st.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/driver/touchpad_st.c b/driver/touchpad_st.c
index c92da46bca..43a66874be 100644
--- a/driver/touchpad_st.c
+++ b/driver/touchpad_st.c
@@ -1109,8 +1109,11 @@ static int st_tp_panel_init(int full)
st_tp_stop_scan();
ret = st_tp_reset();
- if (ret)
- return ret;
+ /*
+ * TODO(b:118312397): Figure out how to handle st_tp_reset errors (if
+ * needed at all).
+ */
+ CPRINTS("st_tp_reset ret=%d", ret);
full |= tp_control & TP_CONTROL_SHALL_INIT_FULL;
if (full) {