Ignore:
Timestamp:
2017-10-15T13:44:39Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2770b66
Parents:
867b375
Message:

usbhost refactoring: introduced bus→enumerate_device

File:
1 edited

Legend:

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

    r867b375 r20eaa82  
    4747
    4848typedef struct bus bus_t;
     49typedef struct device device_t;
    4950
    5051/** Host controller side endpoint structure. */
     
    5657        /** Part of linked list. */
    5758        link_t link;
     59        /** USB device */
     60        device_t *device;
    5861        /** USB address. */
    5962        usb_target_t target;
     
    7881        /** Signals change of active status. */
    7982        fibril_condvar_t avail;
    80         /** High speed TT data */
    81         usb_tt_address_t tt;
    8283
    8384        /* This structure is meant to be extended by overriding. */
Note: See TracChangeset for help on using the changeset viewer.