Changeset 9876e34 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2017-10-05T15:38:02Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
916991b
Parents:
44063d17
Message:

Removed previous implementation, forwarding all events to hub, generating status change bitmap, reporting USB features and clearing them.

File:
1 edited

Legend:

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

    r44063d17 r9876e34  
    5959        /** Memory mapped I/O registers area */
    6060        ohci_regs_t *registers;
     61       
    6162        /** Host controller communication area structure */
    6263        hcca_t *hcca;
     
    6465        /** Transfer schedules */
    6566        endpoint_list_t lists[4];
     67
    6668        /** List of active transfers */
    6769        list_t pending_batches;
Note: See TracChangeset for help on using the changeset viewer.