projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fd9cd
)
Fix USB buffer size, by Herbert Xu.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 17 Jan 2007 23:08:17 +0000
(23:08 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 17 Jan 2007 23:08:17 +0000
(23:08 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2328
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/usb-uhci.c
patch
|
blob
|
history
diff --git
a/hw/usb-uhci.c
b/hw/usb-uhci.c
index 29809f96bfe93163506ee4178ca799ccd96cec53..f0b1e2e4456e4275c222d9ab58473930e23bdf22 100644
(file)
--- a/
hw/usb-uhci.c
+++ b/
hw/usb-uhci.c
@@
-87,7
+87,7
@@
typedef struct UHCIState {
is to allow multiple pending requests. */
uint32_t async_qh;
USBPacket usb_packet;
- uint8_t usb_buf[
1280
];
+ uint8_t usb_buf[
2048
];
} UHCIState;
typedef struct UHCI_TD {