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, 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/lib/usbhost/include/usb/host/bus.h

    rf668d60 r2cf28b9  
    8282        int (*remove_device)(bus_t *, hcd_t *, device_t *);
    8383
     84        /* The following operations are protected by a bus guard. */
    8485        endpoint_t *(*create_endpoint)(bus_t *);
    8586        int (*register_endpoint)(bus_t *, endpoint_t *, const usb_endpoint_desc_t *);
Note: See TracChangeset for help on using the changeset viewer.