Ignore:
Timestamp:
2013-08-07T13:55:15Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0918382f
Parents:
e991937
Message:

libusbhost: Keep devices tree in internal representation.

This is necessary for USB 2.0

File:
1 edited

Legend:

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

    re991937 r2757247  
    4040#include <usbhc_iface.h>
    4141
    42 int hcd_ddf_add_usb_device(ddf_dev_t *parent,
    43     usb_address_t address, usb_speed_t speed, const char *name,
    44     const match_id_list_t *mids);
    4542int hcd_ddf_setup_hc(ddf_dev_t *device, usb_speed_t max_speed,
    4643    size_t bw, bw_count_func_t bw_count);
    4744void hcd_ddf_clean_hc(ddf_dev_t *device);
    4845int hcd_ddf_setup_root_hub(ddf_dev_t *device);
    49 int hcd_ddf_new_device(ddf_dev_t *device, usb_address_t *address);
    50 int hcd_ddf_remove_device(ddf_dev_t *device, usb_address_t address);
    5146
    5247hcd_t *dev_to_hcd(ddf_dev_t *dev);
Note: See TracChangeset for help on using the changeset viewer.