Changeset 30fc56f in mainline for uspace/drv/bus/usb/xhci/commands.c


Ignore:
Timestamp:
2018-01-11T09:38:40Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92caadd
Parents:
53a9d02
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-11 09:38:32)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-11 09:38:40)
Message:

xhci: stop endpoint on unregister

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/commands.c

    r53a9d02 r30fc56f  
    353353        case XHCI_TRB_TYPE_EVALUATE_CONTEXT_CMD:
    354354        case XHCI_TRB_TYPE_RESET_ENDPOINT_CMD:
    355                 break;
    356355        case XHCI_TRB_TYPE_STOP_ENDPOINT_CMD:
    357                 // Note: If the endpoint was in the middle of a transfer, then the xHC
    358                 //       will add a Transfer TRB before the Event TRB, research that and
    359                 //       handle it appropriately!
    360                 break;
    361356        case XHCI_TRB_TYPE_RESET_DEVICE_CMD:
    362357                break;
Note: See TracChangeset for help on using the changeset viewer.