Index: uspace/lib/usbdev/src/devdrv.c
===================================================================
--- uspace/lib/usbdev/src/devdrv.c	(revision d93f5afb66a052121af391b708957e081d9184d7)
+++ uspace/lib/usbdev/src/devdrv.c	(revision 5856b627dd9852525f88109f58d955b5b633266d)
@@ -443,5 +443,5 @@
 	if (!exch)
 		return EPARTY;
-	int ret = usb_get_device_handle(exch, handle);
+	int ret = usb_get_my_device_handle(exch, handle);
 	if (ret == EOK) {
 		ret = usb_get_my_interface(exch, iface_no);
