Index: uspace/srv/hid/s3c24xx_ts/Makefile
===================================================================
--- uspace/srv/hid/s3c24xx_ts/Makefile	(revision a996ae31af28626eb224d0fc0318932c1f196c19)
+++ uspace/srv/hid/s3c24xx_ts/Makefile	(revision f7cbc6f2e82da90c5886ed56796619d28a78c603)
@@ -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 a996ae31af28626eb224d0fc0318932c1f196c19)
+++ uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c	(revision f7cbc6f2e82da90c5886ed56796619d28a78c603)
@@ -52,5 +52,5 @@
 #include "s3c24xx_ts.h"
 
-#define NAME       "s3c24ser"
+#define NAME       "s3c24xx_ts"
 #define NAMESPACE  "hid"
 
