Index: uspace/srv/hid/kbd/port/adb.c
===================================================================
--- uspace/srv/hid/kbd/port/adb.c	(revision fb52db8f118975b401dbf28c2f4b1bef62c0328b)
+++ uspace/srv/hid/kbd/port/adb.c	(revision aadf01ebd2c032bc8dd43a6e06ae5715e6c2710f)
@@ -53,5 +53,5 @@
 int kbd_port_init(void)
 {
-	char *input = "/dev/adb/kbd";
+	const char *input = "/dev/adb/kbd";
 	int input_fd;
 
Index: uspace/srv/hid/kbd/port/chardev.c
===================================================================
--- uspace/srv/hid/kbd/port/chardev.c	(revision fb52db8f118975b401dbf28c2f4b1bef62c0328b)
+++ uspace/srv/hid/kbd/port/chardev.c	(revision aadf01ebd2c032bc8dd43a6e06ae5715e6c2710f)
@@ -52,5 +52,5 @@
 int kbd_port_init(void)
 {
-	char *input = "/dev/char/ps2a";
+	const char *input = "/dev/char/ps2a";
 	int input_fd;
 
