Index: uspace/srv/hid/console/console.c
===================================================================
--- uspace/srv/hid/console/console.c	(revision b4cbef1df4af24ecf6ce8b7e766827011666ebf1)
+++ uspace/srv/hid/console/console.c	(revision d32358f46cafe03f9b3c769982c62f90757ba1c4)
@@ -477,5 +477,5 @@
 	void *buf;
 	size_t size;
-	int rc = async_data_receive(&buf, 0, 0, 0, &size);
+	int rc = async_data_write_accept(&buf, false, 0, 0, 0, &size);
 	
 	if (rc != EOK) {
