Changeset 2c202c5 in mainline for uspace/lib/usb/src/resolve.c


Ignore:
Timestamp:
2011-12-11T15:17:43Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd575647
Parents:
a045ab1
Message:

libusb: Add device_connection_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/resolve.c

    ra045ab1 r2c202c5  
    185185                /* Try to find its host controller. */
    186186                if (!found_hc) {
    187                         rc = usb_find_hc(tmp_handle, &hc_handle);
     187                        rc = usb_get_hc_by_handle(tmp_handle, &hc_handle);
    188188                        if (rc == EOK) {
    189189                                found_hc = true;
Note: See TracChangeset for help on using the changeset viewer.