edk2/MdeModulePkg/Bus/Usb
Pohan Wu 948d4ba0be MdeModulePkg/UsbMassStorageDxe: Remove excessive logging
When a USB mass storage device is not ready (e.g., still powering up
or the hard disk has not reached the desired RPM), the ExecCommand
function fails.This failure is not a true error. Logging it as
DEBUG_ERROR will generate logs for properly functioning devices as
well, potentially flooding logs for older devices.

As mentioned in the command, proper error information retrieval
should occur in the sense request. The solution is to downgrade
the log level from DEBUG_ERROR to DEBUG_INFO.

Signed-off-by: Jack Pham <jackp@qti.qualcomm.com>
2025-04-16 01:27:39 +00:00
..
UsbBotPei
UsbBusDxe MdeModulePkg/UsbBusDxe: drop support for obsolete EFI_USB_HC_PROTOCOL 2025-03-06 17:32:08 +00:00
UsbBusPei MdeModulePkg/UsbBusPei: Improve PEI USB enumeration 2025-02-19 10:21:00 +08:00
UsbKbDxe MdeModulePkg: Update the comments of ReadKeyStroke and ReadKeyStrokeEx 2024-04-03 10:25:06 +08:00
UsbMassStorageDxe MdeModulePkg/UsbMassStorageDxe: Remove excessive logging 2025-04-16 01:27:39 +00:00
UsbMouseAbsolutePointerDxe
UsbMouseDxe
UsbNetwork MdeModulePkg UsbNetwork: Use USB class definition from MdePkg 2024-10-22 05:40:04 +00:00