diff --git a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c index a535c1f58d..c27fb03499 100644 --- a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c +++ b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c @@ -190,7 +190,7 @@ UsbGetInterface ( EfiUsbDataIn, PcdGet32 (PcdUsbTransferTimeoutValue), AlternateSetting, - 2, + 1, Status ); } @@ -295,7 +295,7 @@ UsbGetConfiguration ( EfiUsbDataIn, PcdGet32 (PcdUsbTransferTimeoutValue), ConfigurationValue, - 2, + 1, Status ); }