Changeset 2aaba7e in mainline for uspace/lib/drv/include/usb_iface.h


Ignore:
Timestamp:
2018-01-20T18:23:39Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
21885c92
Parents:
6271a34
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-20 18:21:06)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-20 18:23:39)
Message:

libusbhost: manage (and report) depth of the device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usb_iface.h

    r6271a34 r2aaba7e  
    4545
    4646typedef struct {
    47         usb_address_t address;
    48         usb_speed_t speed;
    49         devman_handle_t handle;
    50         int iface;
     47        usb_address_t address;          /** Current USB address */
     48        uint8_t depth;                  /** Depth in the hub hiearchy */
     49        usb_speed_t speed;              /** Speed of the device */
     50        devman_handle_t handle;         /** Handle to DDF function of the HC driver */
     51        int iface;                      /** Interface set by multi interface driver, -1 if none */
    5152} usb_device_desc_t;
    5253
Note: See TracChangeset for help on using the changeset viewer.