[Title] modified uhci frame timer freq
authorgiwoong.kim <giwoong.kim@samsung.com>
Fri, 9 Mar 2012 08:36:22 +0000 (17:36 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Fri, 9 Mar 2012 08:36:22 +0000 (17:36 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

hw/usb-uhci.c

index f9e3ea5..597ef51 100644 (file)
 #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
+#else
 #define FRAME_TIMER_FREQ 1000
+#endif
 
 #define FRAME_MAX_LOOPS  100