Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: d9e7f6fe49738421c02381425d289767d7055ef1 https://github.com/tianocore/edk2/commit/d9e7f6fe49738421c02381425d289767d7055ef1 Author: Rebecca Cran <rebe...@quicinc.com> Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths: M MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c M MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c M MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c M MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c Log Message: ----------- MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSE With the pending commit of UsbNetworkPkg, it will become common for UsbBulkTransfer calls to timeout, given that the drivers are called from MnpSystemPoll every MNP_SYS_POLL_INTERVAL milliseconds: the drivers check for network packets by calling UsbBulkTransfer with a timeout of 1ms. Avoid console spam by moving DEBUG messages that occur each time a bulk transfer request times out from DEBUG_ERROR to DEBUG_VERBOSE, for both EHCI and XHCI drivers. Signed-off-by: Rebecca Cran <rebe...@quicinc.com> Reviewed-by: Hao A Wu <hao.a...@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits