diff options
| -rw-r--r-- | port/musb/usb_hc_musb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/port/musb/usb_hc_musb.c b/port/musb/usb_hc_musb.c index b5d7e36c..131dbb52 100644 --- a/port/musb/usb_hc_musb.c +++ b/port/musb/usb_hc_musb.c @@ -653,6 +653,7 @@ int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, u } } + status |= (1 << HUB_PORT_FEATURE_POWER); memcpy(buf, &status, 4); break; default: |
