Index: uspace/lib/usb/src/resolve.c
===================================================================
--- uspace/lib/usb/src/resolve.c	(revision a045ab1e7bd6bb7cd550b95bb706e6279dbb08cc)
+++ uspace/lib/usb/src/resolve.c	(revision 4a01dcc3eb18b15332d18fc75173b658d8cae9f1)
@@ -185,5 +185,5 @@
 		/* Try to find its host controller. */
 		if (!found_hc) {
-			rc = usb_find_hc(tmp_handle, &hc_handle);
+			rc = usb_get_hc_by_handle(tmp_handle, &hc_handle);
 			if (rc == EOK) {
 				found_hc = true;
