diff options
| author | sakumisu <[email protected]> | 2024-07-15 18:09:08 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-07-15 18:09:55 +0800 |
| commit | 643578e5bebd82b11bcad14e700ca9c2d7abc424 (patch) | |
| tree | 85c6ebfe8a9d7c6aa5387db8468c28419c18006f | |
| parent | 390e24fbe57c3b7c0afc1e39206272d2f9d956bc (diff) | |
update(port/musb/usb_hc_musb): add portpower bit for commit e4b56cee
| -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: |
