summaryrefslogtreecommitdiff
path: root/driver/usb_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/usb_mux.c')
-rw-r--r--driver/usb_mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/usb_mux.c b/driver/usb_mux.c
index f1b687e24a..5ef11d7ac1 100644
--- a/driver/usb_mux.c
+++ b/driver/usb_mux.c
@@ -244,7 +244,7 @@ static int hc_usb_pd_mux_info(struct host_cmd_handler_args *args)
/* Clear HPD IRQ event since we're about to inform host of it. */
if ((r->flags & USB_PD_MUX_HPD_IRQ) &&
mux->hpd_update == &virtual_hpd_update)
- mux->hpd_update(port, 0, 0);
+ mux->hpd_update(port, r->flags & USB_PD_MUX_HPD_LVL, 0);
#endif
args->response_size = sizeof(*r);