提交 81822663 编写于 作者: T ths

Fix USB buffer size, by Herbert Xu.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2328 c046a42c-6fe2-441c-8c8c-71466251a162
上级 54fd9cdf
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册