From 26991a82271027440bd300f38049bc8e75ca3123 Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Sat, 10 Mar 2012 13:13:25 +0900 Subject: [PATCH] [Title] modified event freq [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- hw/usb-uhci.c | 4 ++-- tizen/src/skin/maruskin_operation.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c index 597ef51..a9d0dba 100644 --- a/hw/usb-uhci.c +++ b/hw/usb-uhci.c @@ -71,8 +71,8 @@ #define UHCI_PORT_READ_ONLY (0x1bb) #define UHCI_PORT_WRITE_CLEAR (UHCI_PORT_CSC | UHCI_PORT_ENC) -#ifdef CONFIG_MARU //TODO : temp code -#define FRAME_TIMER_FREQ 10000 +#ifdef CONFIG_MARU +#define FRAME_TIMER_FREQ 2000 #else #define FRAME_TIMER_FREQ 1000 #endif diff --git a/tizen/src/skin/maruskin_operation.c b/tizen/src/skin/maruskin_operation.c index 1a942ac..33e787f 100644 --- a/tizen/src/skin/maruskin_operation.c +++ b/tizen/src/skin/maruskin_operation.c @@ -79,6 +79,7 @@ void do_mouse_event( int event_type, int x, int y, int z ) { INFO( "undefined mouse event type:%d\n", event_type ); } + usleep(5000); } void do_key_event( int event_type, int keycode ) { -- 2.7.4