Changeset 0f6b50f in mainline for uspace/lib/usbhost/src/ddf_helpers.c


Ignore:
Timestamp:
2017-10-19T20:00:08Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1fd2f81
Parents:
60af4cdb
Message:

Added DDF device to HCD initialization to prepare RH data structures before it is started.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/ddf_helpers.c

    r60af4cdb r0f6b50f  
    782782
    783783        if (driver->init)
    784                 ret = driver->init(hcd, &hw_res);
     784                ret = driver->init(hcd, &hw_res, device);
    785785        if (ret != EOK) {
    786786                usb_log_error("Failed to init HCD.\n");
Note: See TracChangeset for help on using the changeset viewer.