Changeset 6561a8e in mainline for uspace/drv/bus/usb/ohci/ohci.c


Ignore:
Timestamp:
2012-02-25T16:53:11Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98cb0495
Parents:
a2bd8822
Message:

ohci: enable handler unregister now that the kernel issue is fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci.c

    ra2bd8822 r6561a8e  
    216216                    " Falling back to polling\n", str_error(ret));
    217217                /* We don't need that handler */
    218                 // FIXME enable when panic is issue is solved
    219 //              unregister_interrupt_handler(device, irq);
     218                unregister_interrupt_handler(device, irq);
    220219        } else {
    221220                usb_log_debug("Hw interrupts enabled.\n");
Note: See TracChangeset for help on using the changeset viewer.