Ignore:
Timestamp:
2013-08-07T08:56:48Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b8ecff
Parents:
6340a6ff
Message:

usb: Root hub always communicates at max spped

and it can be queried internally.

File:
1 edited

Legend:

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

    r6340a6ff rcb8ede1  
    4545int hcd_ddf_setup_device(ddf_dev_t *device, ddf_fun_t **hc_fun,
    4646    usb_speed_t max_speed, size_t bw, bw_count_func_t bw_count);
    47 int hcd_ddf_setup_root_hub(ddf_dev_t *dev, usb_speed_t speed);
     47int hcd_ddf_setup_root_hub(ddf_dev_t *device);
    4848int hcd_ddf_new_device(ddf_dev_t *device, usb_address_t *address);
    4949int hcd_ddf_remove_device(ddf_dev_t *device, usb_address_t address);
Note: See TracChangeset for help on using the changeset viewer.