You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EHCI
Start-split transactions initiates low/full-speed transfer through an high-speed hub. Complete-split act kind of like get-status of the start-split transaction, and is something we must poll for after an appropriate time. I'm assuming we are able to calculate the expected transfer delay based on type/size. We won't get an interrupt from the hub when a transfer is done.
Implementation of Transaction start/split transfers when target is a hub and device low or full-speed.
Verify that we send the correct TT address in the usb transfer
Hub:
Hubs can have one or multiple TT buffers, this should be reported in the class protocol. E.g one total or one per port.
Implementation of TT_* functions
The text was updated successfully, but these errors were encountered:
EHCI
Start-split transactions initiates low/full-speed transfer through an high-speed hub. Complete-split act kind of like get-status of the start-split transaction, and is something we must poll for after an appropriate time. I'm assuming we are able to calculate the expected transfer delay based on type/size. We won't get an interrupt from the hub when a transfer is done.
Hub:
Hubs can have one or multiple TT buffers, this should be reported in the class protocol. E.g one total or one per port.
The text was updated successfully, but these errors were encountered: