Index: uspace/srv/hid/console/console.c
===================================================================
--- uspace/srv/hid/console/console.c	(revision a40dea38c9d586aa4f82dcde5704326ff5abae9d)
+++ uspace/srv/hid/console/console.c	(revision 3015f4d8b3a530a273098cf4a8a12673b7c8006d)
@@ -747,6 +747,5 @@
 	
 	/* NB: The callback connection is slotted for removal */
-	rc = async_connect_to_me(exch, SERVICE_CONSOLE, 0, 0, input_events,
-	    NULL);
+	rc = async_connect_to_me(exch, 0, 0, 0, input_events, NULL);
 
 	async_exchange_end(exch);
