Modules/USB - Increased UHCI root hub poll period to 2s
authorJohn Hodge <[email protected]>
Mon, 18 Nov 2013 06:38:47 +0000 (14:38 +0800)
committerJohn Hodge <[email protected]>
Mon, 18 Nov 2013 06:38:47 +0000 (14:38 +0800)
KernelLand/Modules/USB/Core/usb_poll.c

index 5a93269..27f4728 100644 (file)
@@ -85,7 +85,8 @@ int USB_PollThread(void *unused)
                                host->HostDef->CheckPorts(host->Ptr);
                }
 
-               Time_Delay(100);
+               // 2s delay - fuck those with UHCI only :)
+               Time_Delay(2000);
        }
 }
 

UCC git Repository :: git.ucc.asn.au