Index: uspace/drv/bus/usb/xhci/rh.c
===================================================================
--- uspace/drv/bus/usb/xhci/rh.c	(revision 706a3e25d1bafdf27a7578f3fffa1e06ccd666f9)
+++ uspace/drv/bus/usb/xhci/rh.c	(revision 5ff9e1d9c1d85af952fb4f90f9618bfdf5e8c811)
@@ -98,6 +98,5 @@
 	    hc->speeds[port_speed_id].tx_bps);
 	XHCI_EP_MAX_BURST_SIZE_SET(ictx->endpoint_ctx[0], 0);
-	XHCI_EP_TR_DPTR_SET(ictx->endpoint_ctx[0],
-		addr_to_phys((void *)ep_ring->dequeue));
+	XHCI_EP_TR_DPTR_SET(ictx->endpoint_ctx[0], ep_ring->dequeue);
 	XHCI_EP_DCS_SET(ictx->endpoint_ctx[0], 1);
 	XHCI_EP_INTERVAL_SET(ictx->endpoint_ctx[0], 0);
