[Title] modified event freq
authorgiwoong.kim <giwoong.kim@samsung.com>
Sat, 10 Mar 2012 04:13:25 +0000 (13:13 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Sat, 10 Mar 2012 04:13:25 +0000 (13:13 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

hw/usb-uhci.c
tizen/src/skin/maruskin_operation.c

index 597ef51..a9d0dba 100644 (file)
@@ -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
index 1a942ac..33e787f 100644 (file)
@@ -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 ) {