Index: uspace/lib/usbhost/src/hcd.c
===================================================================
--- uspace/lib/usbhost/src/hcd.c	(revision d9b2c73fe60c8358e376ab8fb1054d86149b1063)
+++ uspace/lib/usbhost/src/hcd.c	(revision d09791e6fbbcdf536c2a874f7a0fafc853bd0468)
@@ -307,5 +307,5 @@
  *  - registers interrupt handler
  */
-int hcd_setup_device(ddf_dev_t *device)
+int hcd_setup_device(ddf_dev_t *device, ddf_fun_t **hc_fun)
 {
 	if (device == NULL)
@@ -355,4 +355,6 @@
 
 	/* HC should be ok at this point (except it can't do anything) */
+	if (hc_fun)
+		*hc_fun = instance->hc_fun;
 
 	return EOK;
