Ignore:
Timestamp:
2018-01-19T17:38:22Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e5a12b
Parents:
944f8fdd
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:10)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
Message:

xhci: recognise hubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/utility.h

    r944f8fdd r2833bb4  
    4141#include <usb/host/usb_transfer_batch.h>
    4242#include <usb/descriptor.h>
     43#include <usb/classes/hub.h>
    4344#include <usb/request.h>
    4445
     
    4748int hc_setup_virtual_root_hub(hc_device_t *);
    4849int hc_get_device_desc(device_t *, usb_standard_device_descriptor_t *);
     50int hc_get_hub_desc(device_t *, usb_hub_descriptor_header_t *);
    4951int hc_device_explore(device_t *);
    5052
Note: See TracChangeset for help on using the changeset viewer.