Changeset 94a0904 in mainline for uspace/lib/usbhost/src/bus.c


Ignore:
Timestamp:
2018-01-10T18:45:38Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9748336
Parents:
806a779
Message:

ubshost: abort endpoint when unregistering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/bus.c

    r806a779 r94a0904  
    272272                return r;
    273273
     274        /* Abort a transfer batch, if there was any */
     275        endpoint_abort(ep);
     276
    274277        /* Bus reference */
    275278        endpoint_del_ref(ep);
Note: See TracChangeset for help on using the changeset viewer.