audk/MdeModulePkg/Bus
jljusten d7576cf9b6 MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devices
Increase the value of USB_GENERAL_DEVICE_REQUEST_TIMEOUT from
50 milliseconds to 100 milliseconds.  This provides a work around
for slower USB hubs and devices.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9330 6f19259b-4bc3-4df7-8a09-765794883524
2009-10-05 17:59:53 +00:00
..
Pci For the data region which will be touched by Pci Bus Master, we should allocate memory by PciIo.AllocateBuffer() but not AllocatePool() base library API. So the memory region can be used to map into Pci controller-specific address thru PciIo.Map(). 2009-09-30 03:00:36 +00:00
Scsi 1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and Start() functions. The main changes are: 2009-09-15 07:50:48 +00:00
Usb MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devices 2009-10-05 17:59:53 +00:00