diff --git a/drivers/usbhost/usbhost_hub.c b/drivers/usbhost/usbhost_hub.c index 3fcf039589..bbeb72a117 100644 --- a/drivers/usbhost/usbhost_hub.c +++ b/drivers/usbhost/usbhost_hub.c @@ -1095,10 +1095,6 @@ static void usbhost_disconnect_event(FAR void *arg) work_cancel(LPWORK, &priv->work); - /* Disable power to all downstream ports */ - - usbhost_hubpwr(priv, hport, false); - /* Free the allocated control request */ DRVR_FREE(hport->drvr, (FAR uint8_t *)priv->ctrlreq);