use DO PING for highspeed out bulk

This commit is contained in:
hathach
2013-03-22 21:50:07 +07:00
parent 397d62db10
commit 53a4164b39
3 changed files with 31 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ ehci_qhd_t* get_async_head(uint8_t hostid);
ehci_qhd_t* get_period_head(uint8_t hostid);
ehci_qhd_t* get_control_qhd(uint8_t dev_addr);
ehci_qtd_t* get_control_qtds(uint8_t dev_addr);
ehci_qhd_t* get_qhd_from_pipe_handle(pipe_handle_t pipe_hdl);
#ifdef __cplusplus
}