Changeset 2cf28b9 in mainline for uspace/drv/bus/usb/xhci/bus.h


Ignore:
Timestamp:
2017-10-25T15:22:45Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62558202
Parents:
f668d60
Message:

xhci: connecting devices deeper than to roothub

It still does not work, because the address command fails, but there should not be any fundamental problem.

File:
1 edited

Legend:

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

    rf668d60 r2cf28b9  
    4949
    5050        xhci_device_t **devices_by_slot;        /**< Devices by Slot ID */
     51
     52        usb_speed_t default_address_speed;      /**< Used to get speed from usb hubs */
    5153} xhci_bus_t;
    5254
Note: See TracChangeset for help on using the changeset viewer.