]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Enlarge timeout value to wait set_address request success for large...
authorerictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 28 Apr 2012 05:09:21 +0000 (05:09 +0000)
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 28 Apr 2012 05:09:21 +0000 (05:09 +0000)
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Li Elvin <elvin.li@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13227 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.h

index f6e323239a46fe5223c2c983e2b5b83a1dc21311..ad2f95261bbda3351f24306fbd939d5bd8a8a335 100644 (file)
@@ -2,7 +2,7 @@
 \r
     Usb Bus Driver Binding and Bus IO Protocol.\r
 \r
-Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -116,10 +116,10 @@ typedef struct _USB_HUB_API    USB_HUB_API;
 // Send general device request timeout.\r
 // \r
 // The USB Specification 2.0, section 11.24.1 recommends a value of\r
-// 50 milliseconds.  We use a value of 100 milliseconds to work\r
+// 50 milliseconds.  We use a value of 500 milliseconds to work\r
 // around slower hubs and devices.\r
 //\r
-#define USB_GENERAL_DEVICE_REQUEST_TIMEOUT 100\r
+#define USB_GENERAL_DEVICE_REQUEST_TIMEOUT 500\r
 \r
 //\r
 // Send clear feature request timeout, set by experience\r