Changeset 2b0929e in mainline for uspace/drv/bus/usb/ohci/ohci.c


Ignore:
Timestamp:
2012-12-21T14:33:23Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94c40ce2
Parents:
0a12879
Message:

libusbhost: Drop hcd parameter from hcd_ddf_setup_hub.

Fix OHCI references in ddf_helpers.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci.c

    r0a12879 r2b0929e  
    159159
    160160        /* HC should be running OK. We can add root hub */
    161         ret = hcd_ddf_setup_hub(dev_to_hcd(device), &hc_impl->rh.address, device);
     161        ret = hcd_ddf_setup_hub(device, &hc_impl->rh.address);
    162162        CHECK_RET_CLEAN_RETURN(ret,
    163163            "Failed to register OHCI root hub: %s.\n", str_error(ret));
Note: See TracChangeset for help on using the changeset viewer.