projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c75d2d8
)
[Title] modified uhci frame timer freq
author
giwoong.kim
<giwoong.kim@samsung.com>
Fri, 9 Mar 2012 08:36:22 +0000
(17:36 +0900)
committer
giwoong.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
patch
|
blob
|
history
diff --git
a/hw/usb-uhci.c
b/hw/usb-uhci.c
index f9e3ea5bfc842715e991788b9246227518f8030c..597ef513fb35b85ffb1aae4f2e04f9bd79cb4e9e 100644
(file)
--- a/
hw/usb-uhci.c
+++ b/
hw/usb-uhci.c
@@
-71,7
+71,11
@@
#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