Changeset daf59d1 in mainline for uspace/lib/usbhost/include/usb


Ignore:
Timestamp:
2012-12-21T11:37:14Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a12879
Parents:
0ef03d7
Message:

libusbhost: Move lsit of usb device to ddf helper structure.

Location:
uspace/lib/usbhost/include/usb/host
Files:
2 edited

Legend:

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

    r0ef03d7 rdaf59d1  
    4040#include <usbhc_iface.h>
    4141
    42 int hcd_ddf_add_device(hcd_t *instance, ddf_dev_t *parent,
     42int hcd_ddf_add_usb_device(ddf_dev_t *parent,
    4343    usb_address_t address, usb_speed_t speed, const char *name,
    4444    const match_id_list_t *mids);
  • uspace/lib/usbhost/include/usb/host/hcd.h

    r0ef03d7 rdaf59d1  
    5757        /** Endpoint manager. */
    5858        usb_endpoint_manager_t ep_manager;
    59         /** Added devices */
    60         list_t devices;
    6159
    6260        /** Device specific driver data. */
Note: See TracChangeset for help on using the changeset viewer.