Commit a0091b90 authored by Jean-Claude BAU's avatar Jean-Claude BAU

WR extension: Disable it when timeout detected during the handshake.

parent 36accb7e
...@@ -31,6 +31,7 @@ void wr_handshake_fail(struct pp_instance *ppi) ...@@ -31,6 +31,7 @@ void wr_handshake_fail(struct pp_instance *ppi)
wrp->next_state=WRS_IDLE; wrp->next_state=WRS_IDLE;
wr_reset_process(ppi,WR_ROLE_NONE); wr_reset_process(ppi,WR_ROLE_NONE);
wr_servo_reset(ppi); wr_servo_reset(ppi);
pdstate_disable_extension(ppi);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment