From 698d3f92c20bab104ad873a245c2cf7823e2ae6d Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 17 Apr 2010 16:59:12 -0400 Subject: [PATCH] USB EHCI should yield() whil waiting for controller to ack reset. --- src/usb-ehci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usb-ehci.c b/src/usb-ehci.c index 1f683c8..4df4b1c 100644 --- a/src/usb-ehci.c +++ b/src/usb-ehci.c @@ -198,6 +198,7 @@ configure_ehci(void *data) warn_timeout(); goto fail; } + yield(); } // Disable interrupts (just to be safe). -- 2.39.5