Changeset d60115a in mainline for uspace/drv/bus/usb/ohci/ohci_bus.h


Ignore:
Timestamp:
2018-01-17T17:55:35Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ad2b0a
Parents:
ed8575f
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-17 17:54:31)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-17 17:55:35)
Message:

ohci: implement transfer abort on endpoint unregister

File:
1 edited

Legend:

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

    red8575f rd60115a  
    5151        /** Currently enqueued transfer descriptor */
    5252        td_t *td;
    53         /** Linked list used by driver software */
    54         link_t link;
     53        /** Link in endpoint_list*/
     54        link_t eplist_link;
     55        /** Link in pending_endpoints */
     56        link_t pending_link;
    5557} ohci_endpoint_t;
    5658
Note: See TracChangeset for help on using the changeset viewer.