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


Ignore:
Timestamp:
2017-10-25T15:22:45Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
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/endpoint.h

    rf668d60 r2cf28b9  
    4343#include <usb/host/hcd.h>
    4444
    45 #include "hc.h"
     45#include "trb_ring.h"
     46
    4647#include "transfers.h"
    4748
     
    9798        /** Slot ID assigned to the device by xHC. */
    9899        uint32_t slot_id;
     100
     101        /** Corresponding port on RH */
     102        uint8_t rh_port;
     103
     104        /** USB Tier of the device */
     105        uint8_t tier;
     106
     107        /** Route string */
     108        uint32_t route_str;
    99109
    100110        /** Place to store virtual address for allocated context */
Note: See TracChangeset for help on using the changeset viewer.