summaryrefslogtreecommitdiff
path: root/src/host/ohci
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-10 05:46:42 +0700
committerhathach <[email protected]>2018-12-10 05:47:33 +0700
commit57233cead73120dc10148340d32278e59c8ead3f (patch)
tree3885b71c41629bac812ff47a49b79574cb8c5ecd /src/host/ohci
parenta31f83dbb0d123d15dcc393dd9d926a4cc7352b6 (diff)
rename usbh_xfer_isr to hcd_event_xfer_complete
Diffstat (limited to 'src/host/ohci')
-rw-r--r--src/host/ohci/ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/ohci/ohci.c b/src/host/ohci/ohci.c
index 88296fb82..08d562e0d 100644
--- a/src/host/ohci/ohci.c
+++ b/src/host/ohci/ohci.c
@@ -717,7 +717,7 @@ static void done_queue_isr(uint8_t hostid)
if ( pipe_hdl.xfer_type != TUSB_XFER_CONTROL) pipe_hdl.index = ed_get_index(p_ed);
- usbh_xfer_isr(pipe_hdl, p_ed->td_tail.class_code, event, xferred_bytes);
+ hcd_event_xfer_complete(pipe_hdl, p_ed->td_tail.class_code, event, xferred_bytes);
}
td_head = (ohci_td_item_t*) td_head->next_td;