Index: uspace/srv/hid/input/port/chardev.c
===================================================================
--- uspace/srv/hid/input/port/chardev.c	(revision 446ac2ae32a0e95caf7d77c62a6a2402884aeb18)
+++ uspace/srv/hid/input/port/chardev.c	(revision 32fef47bf1b96f02c8a4ccc9728b95e42ef4624a)
@@ -63,5 +63,5 @@
 /** List of devices to try connecting to. */
 static const char *in_devs[] = {
-	"char/s3c24ser"
+	"char/s3c24xx_uart"
 };
 
Index: uspace/srv/hid/s3c24xx_ts/Makefile
===================================================================
--- uspace/srv/hid/s3c24xx_ts/Makefile	(revision 446ac2ae32a0e95caf7d77c62a6a2402884aeb18)
+++ uspace/srv/hid/s3c24xx_ts/Makefile	(revision 32fef47bf1b96f02c8a4ccc9728b95e42ef4624a)
@@ -29,6 +29,5 @@
 USPACE_PREFIX = ../../..
 
-# Need to use short name because of FAT 8+3 limit
-BINARY = s3c24ts
+BINARY = s3c24xx_ts
 
 SOURCES = \
Index: uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c
===================================================================
--- uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c	(revision 446ac2ae32a0e95caf7d77c62a6a2402884aeb18)
+++ uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c	(revision 32fef47bf1b96f02c8a4ccc9728b95e42ef4624a)
@@ -52,5 +52,5 @@
 #include "s3c24xx_ts.h"
 
-#define NAME       "s3c24ser"
+#define NAME       "s3c24xx_ts"
 #define NAMESPACE  "hid"
 
