Index: uspace/lib/usbdev/include/usb/dev/hub.h
===================================================================
--- uspace/lib/usbdev/include/usb/dev/hub.h	(revision 4501e2073927a0d64db8a85ca96715739a19d518)
+++ uspace/lib/usbdev/include/usb/dev/hub.h	(revision 90994fa1ec60bf10a68ef4f056183053240541f5)
@@ -38,4 +38,5 @@
 #define LIBUSBDEV_HUB_H_
 
+#include <ddf/driver.h>
 #include <sys/types.h>
 #include <usb/hc.h>
@@ -55,6 +56,6 @@
 	/** Device address. */
 	usb_address_t address;
-	/** Devman handle of the device. */
-	devman_handle_t handle;
+	/** DDF function (external) of the device. */
+	ddf_fun_t *fun;
 } usb_hub_attached_device_t;
 
