Ignore:
Timestamp:
2013-01-04T16:49:53Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0e97b4b5
Parents:
daf199f
Message:

libusbhost: Add host side device initialization.

Add new roothub initialization functions (the old one is going away).
change usb device names created by host controller to be less awkward.

File:
1 edited

Legend:

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

    rdaf199f r237df2f  
    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);
     47int hcd_ddf_setup_root_hub(ddf_dev_t *dev, usb_speed_t speed);
    4748int hcd_ddf_setup_hub(ddf_dev_t *dev, usb_address_t *address);
     49int hcd_ddf_new_device(ddf_dev_t *device);
    4850
    4951hcd_t *dev_to_hcd(ddf_dev_t *dev);
Note: See TracChangeset for help on using the changeset viewer.