Index: uspace/drv/uhci-rhd/port.c
===================================================================
--- uspace/drv/uhci-rhd/port.c	(revision 1669a73d2d1d9e53788ea293e078b073723832ee)
+++ uspace/drv/uhci-rhd/port.c	(revision dd455b1a7cea220c7a6dbf1a048e84abd0b19ac1)
@@ -212,8 +212,9 @@
 		return ENOMEM;
 	}
-	usb_log_info("Sucessfully added device on port(%d) address(%d).\n",
-		port->number, usb_address);
+	usb_log_info("Sucessfully added device on port(%d) address(%d) handle %d.\n",
+		port->number, usb_address, port->attached_device);
 
 	/* TODO: bind the address here */
+	ret = usb_drv_bind_address(port->hc_phone, usb_address, port->attached_device);
 
 	return EOK;
