summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb_pd_protocol.c')
-rw-r--r--common/usb_pd_protocol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/usb_pd_protocol.c b/common/usb_pd_protocol.c
index 1447dccc71..2986e84843 100644
--- a/common/usb_pd_protocol.c
+++ b/common/usb_pd_protocol.c
@@ -1962,6 +1962,8 @@ void pd_task(void)
/* Enable TCPC RX */
if (pd_comm_is_enabled(port))
tcpm_set_rx_enable(port, 1);
+ pd[port].flags |=
+ PD_FLAGS_CHECK_DR_ROLE;
hard_reset_count = 0;
timeout = 10*MSEC;
set_state(port, PD_STATE_SRC_STARTUP);