Index: uspace/lib/usbvirt/src/main.c
===================================================================
--- uspace/lib/usbvirt/src/main.c	(revision bd8c753d552e6b0ff878d0bbc41a00ff515f345c)
+++ uspace/lib/usbvirt/src/main.c	(revision 54b5625688dd8f9522ddb56ea51a0dc1b9759df6)
@@ -221,5 +221,6 @@
 	
 	sysarg_t phonehash;
-	rc = ipc_connect_to_me(hcd_phone, 0, 0, 0, &phonehash);
+	sysarg_t taskhash;
+	rc = ipc_connect_to_me(hcd_phone, 0, 0, 0, &taskhash, &phonehash);
 	if (rc != EOK) {
 		printf("ipc_connect_to_me() failed\n");
@@ -233,5 +234,5 @@
 	virtual_device->id = 0;
 	
-	async_new_connection(phonehash, 0, NULL, callback_connection);
+	async_new_connection(taskhash, phonehash, 0, NULL, callback_connection);
 	
 	return EOK;
