update(port/musb/usb_hc_musb): add portpower bit for commit e4b56cee

This commit is contained in:
sakumisu
2024-07-15 18:09:08 +08:00
parent 390e24fbe5
commit 643578e5be

View File

@@ -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: