diff options
Diffstat (limited to 'driver')
-rw-r--r-- | driver/touchpad_st.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/touchpad_st.c b/driver/touchpad_st.c index 3faf37828b..57c25a5181 100644 --- a/driver/touchpad_st.c +++ b/driver/touchpad_st.c @@ -647,7 +647,7 @@ static void st_tp_handle_error(uint8_t error_type) /* * Corrupted panel configuration, a panel init should fix it. */ - if (error_type >= 0x28 && error_type <= 0x2A) { + if (error_type >= 0x28 && error_type <= 0x29) { tp_control |= TP_CONTROL_SHALL_INIT; return; } |