Index: uspace/drv/bus/usb/xhci/endpoint.c
===================================================================
--- uspace/drv/bus/usb/xhci/endpoint.c	(revision 2896ff65b4eed4511ef35ea3d5cc318dff981aa2)
+++ uspace/drv/bus/usb/xhci/endpoint.c	(revision 913007f6f5b0d4c2b605d1f369bc4dfed067d9fb)
@@ -87,5 +87,5 @@
  *
  * For control endpoints >0, the IN endpoint index is used.
- * 
+ *
  * The index returned must be usually offset by a number of contexts preceding
  * the endpoint contexts themselves.
@@ -257,5 +257,5 @@
 		cmd.slot_id = dev->slot_id;
 		xhci_send_configure_endpoint_command(dev->hc, &cmd, ictx);
-		if ((err = xhci_cmd_wait(&cmd)) != EOK)
+		if ((err = xhci_cmd_wait(&cmd, XHCI_DEFAULT_TIMEOUT)) != EOK)
 			goto err_cmd;
 
@@ -324,5 +324,5 @@
 	cmd.slot_id = dev->slot_id;
 	xhci_send_configure_endpoint_command(hc, &cmd, ictx);
-	if ((err = xhci_cmd_wait(&cmd)) != EOK)
+	if ((err = xhci_cmd_wait(&cmd, XHCI_DEFAULT_TIMEOUT)) != EOK)
 		goto err_cmd;
 
