Ignore:
Timestamp:
2012-12-20T15:40:23Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a720ff6
Parents:
d9b2c73
Message:

libusb: Add additional parameter to hcd_setup_device.

uhci will need to know hc function handle.

File:
1 edited

Legend:

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

    rd9b2c73 rd09791e6  
    107107    const match_id_list_t *mids);
    108108
    109 int hcd_setup_device(ddf_dev_t *device);
     109int hcd_setup_device(ddf_dev_t *device, ddf_fun_t **fun);
    110110int hcd_setup_hub(hcd_t *instance, usb_address_t *address, ddf_dev_t *dev);
    111111
Note: See TracChangeset for help on using the changeset viewer.