Changes in uspace/drv/bus/usb/ohci/hc.c [eadaeae8:e0a5d4c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
readaeae8 re0a5d4c 512 512 513 513 /* Enable interrupts */ 514 if ( CAP_HANDLE_VALID(instance->base.irq_handle)) {514 if (instance->base.irq_cap >= 0) { 515 515 OHCI_WR(instance->registers->interrupt_enable, 516 516 OHCI_USED_INTERRUPTS);
Note:
See TracChangeset
for help on using the changeset viewer.