Index: uspace/drv/hid/adb-kbd/adb-kbd.c
===================================================================
--- uspace/drv/hid/adb-kbd/adb-kbd.c	(revision 889cdb1c2046af9d31d314fa691773fa2e4f9119)
+++ uspace/drv/hid/adb-kbd/adb-kbd.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
@@ -199,5 +199,5 @@
 	 * Answer the first IPC_M_CONNECT_ME_TO call.
 	 */
-	async_answer_0(icall, EOK);
+	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
 
 	kbd = (adb_kbd_t *)ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *)arg));
