Changeset 952bc66 in mainline
- Timestamp:
- 2013-12-31T00:22:32Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 639db552
- Parents:
- 6576019
- Location:
- uspace/drv/bus/usb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci.c
r6576019 r952bc66 124 124 usb_log_warning("Failed to enable interrupts: %s." 125 125 " Falling back to polling\n", str_error(ret)); 126 /* We don't need that handler */127 unregister_interrupt_handler(device, irq);128 126 } else { 129 127 usb_log_debug("Hw interrupts enabled.\n"); -
uspace/drv/bus/usb/uhci/uhci.c
r6576019 r952bc66 147 147 usb_log_warning("Failed to enable interrupts: %s." 148 148 " Falling back to polling.\n", str_error(ret)); 149 unregister_interrupt_handler(device, irq);150 149 } else { 151 150 usb_log_debug("Hw interrupts enabled.\n");
Note:
See TracChangeset
for help on using the changeset viewer.