esp-idf/components/usb/private_include
Darian Leung 3358f3ec46 refactor(usb/hcd): Allow port resets with allocated pipes
This commit updates the HCD API to allow port resets to occur even if pipes
are allocated. The pipes cannot be active and the port reset will simply
restore the pipes (by reinitializing their channel registers) following the
reset.

Changes:

- Allow port resets while channels are allocated
- Remove pipe persistance API 'hcd_pipe_set_persist_reset()'
2024-07-24 15:21:02 +08:00
..
hcd.h refactor(usb/hcd): Allow port resets with allocated pipes 2024-07-24 15:21:02 +08:00
hub.h refactor(usb/host): Simplify USBH and Hub interaction 2024-03-22 18:14:50 +08:00
usb_private.h change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08:00
usbh.h refactor(usb/usbh): Rename device pool functions and ref_count 2024-07-24 15:21:02 +08:00