Changeset 5837c7a in mainline


Ignore:
Timestamp:
2012-02-24T18:40:01Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
76fbd9a
Parents:
2578199
Message:

ohci: Disable irq handler unregister to workaround kernel panic.

File:
1 edited

Legend:

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

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