From 0118dd9cfdc589745c23f136e2d8a94bfeadf971 Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Tue, 14 Aug 2012 16:21:23 +0900 Subject: [PATCH] [Title] maru_touchscreen was renamed maru_usb_touchscreen [Type] enhancement [Module] Emulator / touch [Priority] minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/Makefile.tizen | 2 +- tizen/src/hw/{maru_touchscreen.c => maru_usb_touchscreen.c} | 2 +- tizen/src/hw/{maru_touchscreen.h => maru_usb_touchscreen.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tizen/src/hw/{maru_touchscreen.c => maru_usb_touchscreen.c} (99%) rename tizen/src/hw/{maru_touchscreen.h => maru_usb_touchscreen.h} (100%) diff --git a/tizen/src/Makefile.tizen b/tizen/src/Makefile.tizen index c75e98615f..1dabb655ae 100755 --- a/tizen/src/Makefile.tizen +++ b/tizen/src/Makefile.tizen @@ -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 diff --git a/tizen/src/hw/maru_touchscreen.c b/tizen/src/hw/maru_usb_touchscreen.c similarity index 99% rename from tizen/src/hw/maru_touchscreen.c rename to tizen/src/hw/maru_usb_touchscreen.c index e6ebf27a32..ea8c5701e0 100644 --- a/tizen/src/hw/maru_touchscreen.c +++ b/tizen/src/hw/maru_usb_touchscreen.c @@ -29,7 +29,7 @@ */ -#include "maru_touchscreen.h" +#include "maru_usb_touchscreen.h" #include "debug_ch.h" MULTI_DEBUG_CHANNEL(qemu, usb_touchscreen); diff --git a/tizen/src/hw/maru_touchscreen.h b/tizen/src/hw/maru_usb_touchscreen.h similarity index 100% rename from tizen/src/hw/maru_touchscreen.h rename to tizen/src/hw/maru_usb_touchscreen.h -- 2.34.1