Changeset 2fd1f0c6 in mainline for uspace/lib/usbhost/src/iface.c


Ignore:
Timestamp:
2011-10-29T11:36:54Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5400606
Parents:
57e06ef
Message:

libusbhost: Make usb_device_manager more robust.

Return error on incorrect input values.

File:
1 edited

Legend:

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

    r57e06ef r2fd1f0c6  
    128128
    129129        usb_log_debug("Address bind %d-%" PRIun ".\n", address, handle);
    130         usb_device_manager_bind(&hcd->dev_manager, address, handle);
    131         return EOK;
     130        return usb_device_manager_bind(&hcd->dev_manager, address, handle);
    132131}
    133132/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.