Changeset 7df0c2ff in mainline for uspace/drv/bus/usb/ohci/hc.c


Ignore:
Timestamp:
2012-07-23T09:32:52Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9c3ef44
Parents:
7deca26 (diff), ea8b91d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline

File:
1 edited

Legend:

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

    r7deca26 r7df0c2ff  
    6666                .srcarg = 1,
    6767                .dstarg = 2,
    68                 .value = OHCI_USED_INTERRUPTS
     68                .value = 0
    6969        },
    7070        {
     
    132132        cmds[0].addr = (void *) &registers->interrupt_status;
    133133        cmds[3].addr = (void *) &registers->interrupt_status;
     134        OHCI_WR(cmds[1].value, OHCI_USED_INTERRUPTS);
    134135
    135136        return EOK;
Note: See TracChangeset for help on using the changeset viewer.