mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
22c152c388
This commit updates the Hub Driver and USBH as follows: - Updated communication mechanism between Hub Driver and USBH - USBH notifies the Hub Driver via Hub request callback (usbh_hub_req_cb_t) - Hub Driver notifies the USBH via usbh_hub_pass_event() - Hub Driver now defers all event handling to hub_process. - Hub Driver and USBH will now automatically recover the port after a disconnected device has been closed. - Fixed incorrect assert in usbh_dev_close() |
||
---|---|---|
.. | ||
hcd.h | ||
hub.h | ||
usb_private.h | ||
usbh.h |