Changeset f240d30 in mainline for uspace/drv/uhci-hcd/hc.c


Ignore:
Timestamp:
2011-04-21T21:12:09Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1775ebc
Parents:
6513110
Message:

Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/hc.c

    r6513110 rf240d30  
    330330{
    331331        assert(instance);
    332 //      status |= 1; //Uncomment to work around qemu hang
     332        status |= 1; //Uncomment to work around qemu hang
    333333        /* Lower 2 bits are transaction error and transaction complete */
    334334        if (status & (UHCI_STATUS_INTERRUPT | UHCI_STATUS_ERROR_INTERRUPT)) {
Note: See TracChangeset for help on using the changeset viewer.