[Title] maru_touchscreen was renamed maru_usb_touchscreen
authorgiwoong.kim <giwoong.kim@samsung.com>
Tue, 14 Aug 2012 07:21:23 +0000 (16:21 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Tue, 14 Aug 2012 07:25:05 +0000 (16:25 +0900)
[Type] enhancement
[Module] Emulator / touch
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/Makefile.tizen
tizen/src/hw/maru_usb_touchscreen.c [moved from tizen/src/hw/maru_touchscreen.c with 99% similarity]
tizen/src/hw/maru_usb_touchscreen.h [moved from tizen/src/hw/maru_touchscreen.h with 100% similarity]

index c75e986..1dabb65 100755 (executable)
@@ -85,7 +85,7 @@ endif
 obj-i386-y += maru_pm.o
 obj-i386-y += maru_vga.o
 obj-i386-y += maru_brightness.o
-obj-i386-y += maru_touchscreen.o maru_virtio_touchscreen.o
+obj-i386-y += maru_usb_touchscreen.o maru_virtio_touchscreen.o
 
 # FIXME: camera disabled
 ifndef CONFIG_DARWIN
similarity index 99%
rename from tizen/src/hw/maru_touchscreen.c
rename to tizen/src/hw/maru_usb_touchscreen.c
index e6ebf27..ea8c570 100644 (file)
@@ -29,7 +29,7 @@
  */
 
 
-#include "maru_touchscreen.h"
+#include "maru_usb_touchscreen.h"
 #include "debug_ch.h"
 
 MULTI_DEBUG_CHANNEL(qemu, usb_touchscreen);