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


Ignore:
Timestamp:
2018-01-17T17:55:35Z (7 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/hc.h

    red8575f rd60115a  
    7070        endpoint_list_t lists[4];
    7171
    72         /** List of active transfers */
    73         list_t pending_batches;
     72        /** List of active endpoints */
     73        list_t pending_endpoints;
    7474
    7575        /** Guards schedule and endpoint manipulation */
Note: See TracChangeset for help on using the changeset viewer.