Changeset 41abf3c in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2018-01-18T19:08:51Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7138a78b
Parents:
8fe29a7c
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-18 19:06:36)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-18 19:08:51)
Message:

xhci: various debugging changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/endpoint.h

    r8fe29a7c r41abf3c  
    6363        EP_TYPE_BULK_IN = 6,
    6464        EP_TYPE_INTERRUPT_IN = 7
    65 };
    66 
    67 enum {
    68         EP_STATE_DISABLED = 0,
    69         EP_STATE_RUNNING = 1,
    70         EP_STATE_HALTED = 2,
    71         EP_STATE_STOPPED = 3,
    72         EP_STATE_ERROR = 4,
    7365};
    7466
Note: See TracChangeset for help on using the changeset viewer.