Modules/USB - Increased UHCI root hub poll period to 2s
[tpg/acess2.git] / 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