Changeset 2c202c5 in mainline for uspace/lib/usb/src/hc.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/hc.c

    ra045ab1 r2c202c5  
    114114
    115115        devman_handle_t hc_handle;
    116         const int rc = usb_find_hc(device->handle, &hc_handle);
     116        const int rc = usb_get_hc_by_handle(device->handle, &hc_handle);
    117117        if (rc == EOK) {
    118118                usb_hc_connection_initialize(connection, hc_handle);
Note: See TracChangeset for help on using the changeset viewer.