Index: uspace/lib/usbvirt/main.c
===================================================================
--- uspace/lib/usbvirt/main.c	(revision aab02fb0aba3474bbfbd4ecfa9d29b503cb256e3)
+++ uspace/lib/usbvirt/main.c	(revision 7494fb489ce735af325ebee50e0e47a2d47e7111)
@@ -225,5 +225,5 @@
 	
 	ipcarg_t phonehash;
-	int rc = ipc_connect_to_me(hcd_phone, 1, 0, 0, &phonehash);
+	int rc = ipc_connect_to_me(hcd_phone, 0, 0, 0, &phonehash);
 	if (rc != EOK) {
 		return rc;
