Ignore:
Timestamp:
2012-12-21T11:19:18Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
daf59d1
Parents:
53332b5b
Message:

libusbhost: Add speed and bw parameters to hcd_ddf_setup_device.

File:
1 edited

Legend:

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

    r53332b5b r0ef03d7  
    4343    usb_address_t address, usb_speed_t speed, const char *name,
    4444    const match_id_list_t *mids);
    45 int hcd_ddf_setup_device(ddf_dev_t *device, ddf_fun_t **fun);
     45int hcd_ddf_setup_device(ddf_dev_t *device, ddf_fun_t **hc_fun,
     46    usb_speed_t max_speed, size_t bw, bw_count_func_t bw_count);
    4647int hcd_ddf_setup_hub(hcd_t *instance, usb_address_t *address, ddf_dev_t *dev);
    4748
Note: See TracChangeset for help on using the changeset viewer.