Changeset eb862fd in mainline for uspace/drv/bus/usb/xhci/hc.c
- Timestamp:
- 2018-02-03T02:19:02Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5718c79
- Parents:
- 45457265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.c
r45457265 reb862fd 405 405 code->cmds[6].addr = intr0_iman; 406 406 407 408 407 *irq = hw_res->irqs.irqs[0]; 408 return EOK; 409 409 } 410 410 … … 652 652 */ 653 653 static void hc_run_event_ring(xhci_hc_t *hc, xhci_event_ring_t *event_ring, 654 654 xhci_interrupter_regs_t *intr) 655 655 { 656 656 errno_t err;
Note:
See TracChangeset
for help on using the changeset viewer.