Changeset 25251bb in mainline for uspace/drv/bus/usb/xhci/bus.h


Ignore:
Timestamp:
2017-10-26T08:38:53Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
928afc8d
Parents:
62558202
Message:

xhci: move pointer to hc from device to bus

Also, fixes the bug of hc ptr not set on tier 2+ device.

File:
1 edited

Legend:

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

    r62558202 r25251bb  
    4848        bus_t base;             /**< Inheritance. Keep this first. */
    4949
     50        xhci_hc_t *hc;                          /**< Pointer to managing HC (to issue commands) */
     51
    5052        xhci_device_t **devices_by_slot;        /**< Devices by Slot ID */
    5153
Note: See TracChangeset for help on using the changeset viewer.