Changeset 5994cc3 in mainline for uspace/lib/usbhost/src/iface.c


Ignore:
Timestamp:
2012-12-16T20:08:54Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c7ed9c
Parents:
ddab093
Message:

libusbhost, ohci: Move more generic stuff to libusbhost.

File:
1 edited

Legend:

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

    rddab093 r5994cc3  
    215215        assert(hcd);
    216216        usb_log_debug("Address release %d.\n", address);
    217         usb_device_manager_release_address(&hcd->dev_manager, address);
    218217        usb_endpoint_manager_remove_address(&hcd->ep_manager, address,
    219218            unregister_helper_warn, hcd);
     219        usb_device_manager_release_address(&hcd->dev_manager, address);
    220220        return EOK;
    221221}
Note: See TracChangeset for help on using the changeset viewer.