Index: uspace/srv/console/console.c
===================================================================
--- uspace/srv/console/console.c	(revision dc033a109f5ba532e236382c55cb83e342bdfe06)
+++ uspace/srv/console/console.c	(revision 3fe00ee17c8a02cd852f45c0deca8859fe3cd9ac)
@@ -626,4 +626,7 @@
 			arg4 = ev.c;
 			break;
+		case CONSOLE_KCON_ENABLE:
+			change_console(KERNEL_CONSOLE);
+			break;
 		}
 		ipc_answer_4(callid, EOK, arg1, arg2, arg3, arg4);
