mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Fix USB buffer size, by Herbert Xu.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2328 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user