Index: uspace/srv/hid/output/output.c
===================================================================
--- uspace/srv/hid/output/output.c	(revision 412241029cdceceae7ccb252914ce4d698abd985)
+++ uspace/srv/hid/output/output.c	(revision 53ee7a00bd79fce8184a35b196907232eed3d838)
@@ -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) {
