Changeset 1c73603 in mainline


Ignore:
Timestamp:
2013-01-07T21:41:18Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94fbf78
Parents:
a5a470c
Message:

libusbhost: release address on device removal

File:
1 edited

Legend:

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

    ra5a470c r1c73603  
    331331                if (ret == EOK) {
    332332                        ddf_fun_destroy(victim->fun);
     333                        hcd_release_address(hcd, id);
    333334                } else {
    334335                        usb_log_warning("Failed to unbind device %d: %s\n",
Note: See TracChangeset for help on using the changeset viewer.