From 9420fc148a3a7c4db2904f7aa8c129e3aadab22e Mon Sep 17 00:00:00 2001 From: eric_tian Date: Wed, 19 Aug 2009 01:41:43 +0000 Subject: modify the incorrect timeout value definitions in Usb driver git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9117 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h') diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h index 3cdcdaa314..3ebafb00ed 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h +++ b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h @@ -73,7 +73,7 @@ typedef enum { // Sync and Async transfer polling interval, set by experience, // and the unit of Async is 100us. // - UHC_SYNC_POLL_INTERVAL = 50 * UHC_1_MICROSECOND, + UHC_SYNC_POLL_INTERVAL = 1 * UHC_1_MILLISECOND, UHC_ASYNC_POLL_INTERVAL = 50 * 10000UL }UHC_TIMEOUT_EXPERIENCE_VALUE; -- cgit v1.2.3