>From 540a948fed07ef3e686097083f078b4803939fb4 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 8 Sep 2009 13:53:15 +0200 Subject: [PATCH] make usb 1.1 go insane fast --- hw/usb-uhci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c index 6807413..3a770e5 100644 --- a/hw/usb-uhci.c +++ b/hw/usb-uhci.c @@ -63,7 +63,7 @@ #define UHCI_PORT_CSC (1 << 1) #define UHCI_PORT_CCS (1 << 0) -#define FRAME_TIMER_FREQ 1000 +#define FRAME_TIMER_FREQ 100000 #define FRAME_MAX_LOOPS 100 -- 1.6.2.5