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