Ignore:
Timestamp:
2017-10-31T19:06:57Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
479e32d
Parents:
a312d8f
Message:

usbhost endpoint: endpoint→active replaced by tracking active batch

The mechanism is optional, synchronization over endpoint is now not forced. It will be used by xhci to utilize streams.

File:
1 edited

Legend:

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

    ra312d8f r17873ac7  
    4444
    4545#include <usb/usb.h>
     46#include <usb/request.h>
    4647
    4748#include <assert.h>
     
    9798        int (*release_address)(bus_t *, usb_address_t);
    9899
    99         int (*reset_toggle)(bus_t *, usb_target_t, bool);
     100        int (*reset_toggle)(bus_t *, usb_target_t, toggle_reset_mode_t);
    100101
    101102        size_t (*count_bw) (endpoint_t *, size_t);
Note: See TracChangeset for help on using the changeset viewer.