audk/MdeModulePkg/Bus/Usb/UsbMassStorageDxe
Feng Tian 3cf6450eb5 MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.
EDKII usb stack is using a TPL_CALLBACK timer to monitor async transfer
request and signal event if it's done. As usb enumeration and usb mass
storage block i/o read/write runs on TPL_CALLBACK and TPL_NOTIFY level
respectively, It blocks usb async transfer requests, usually usb mouse
/use kb, getting time to run.

Without this change, user couldn't get usb mouse/kb state in time (will
show a little lag from UI view) when there is other usb transactions, such
as a new usb device inserted.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18169 6f19259b-4bc3-4df7-8a09-765794883524
2015-08-06 07:13:16 +00:00
..
ComponentName.c Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
UsbMass.h MdeModulePkg: remove usb defined info 2014-11-24 14:52:50 +00:00
UsbMassBoot.c MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass storage type device. 2014-04-10 02:45:32 +00:00
UsbMassBoot.h MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA can not be presented by 4bytes width 2012-05-14 07:50:07 +00:00
UsbMassBot.c Produce DiskInfo for usb mass storage device 2011-06-13 05:27:23 +00:00
UsbMassBot.h Produce DiskInfo for usb mass storage device 2011-06-13 05:27:23 +00:00
UsbMassCbi.c Produce DiskInfo for usb mass storage device 2011-06-13 05:27:23 +00:00
UsbMassCbi.h Produce DiskInfo for usb mass storage device 2011-06-13 05:27:23 +00:00
UsbMassDiskInfo.c fix file name lowercase/uppercase inconsistent issue. 2011-06-14 03:39:23 +00:00
UsbMassDiskInfo.h Coding style refinement. 2011-09-21 03:35:54 +00:00
UsbMassImpl.c MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum. 2015-08-06 07:13:16 +00:00
UsbMassImpl.h Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
UsbMassStorageDxe.inf MdeModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 06:34:06 +00:00
UsbMassStorageDxe.uni MdeModulePkg: Convert non DOS format files to DOS format and remove unused module UNI files. 2014-09-03 08:39:12 +00:00
UsbMassStorageDxeExtra.uni MdeModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 06:53:43 +00:00