Index: uspace/srv/hid/output/output.c
===================================================================
--- uspace/srv/hid/output/output.c	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/srv/hid/output/output.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
@@ -398,5 +398,5 @@
 {
 	/* Accept the connection */
-	async_answer_0(icall, EOK);
+	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
 
 	while (true) {
