Ignore:
Timestamp:
2017-11-22T13:54:05Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d42ba37
Parents:
64fea02
Message:

usb: move toggle resetting to libusbhost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/hcd.h

    r64fea02 r820d9bc  
    112112    const char *);
    113113
     114/** How many toggles need to be reset */
     115typedef enum {
     116        RESET_NONE,
     117        RESET_EP,
     118        RESET_ALL
     119} toggle_reset_mode_t;
     120
    114121#endif
    115122
Note: See TracChangeset for help on using the changeset viewer.