audk/MdeModulePkg/Bus/Usb
MrChromebox 6cfb6da951 MdeModulePkg/UsbMouseAbsolutePointer: Fix endpoint selection
The endpoint selected by the driver needs to not
only be an interrupt type, but have direction IN
as required to set up an asynchronous interrupt transfer.

Currently, the driver assumes that the first INT endpoint
will be of type IN, but that is not true of all devices,
and will silently fail on devices which have the OUT endpoint
before the IN. Adjust the endpoint selection loop to explictly
check for direction IN.

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
2020-01-06 06:40:28 +00:00
..
UsbBotPei MdeModulePkg: Remove BootInRecoveryMode PPI 2019-05-09 20:52:41 +08:00
UsbBusDxe MdeModulePkg: fix UninstallMultipleProtocolInterfaces() calls 2019-10-09 09:40:10 +02:00
UsbBusPei MdeModulePkg: Remove BootInRecoveryMode PPI 2019-05-09 20:52:41 +08:00
UsbKbDxe MdeModulePkg/Usb/EfiKey: Fix endpoint selection 2020-01-06 06:40:28 +00:00
UsbMassStorageDxe MdeModulePkg: fix UninstallMultipleProtocolInterfaces() calls 2019-10-09 09:40:10 +02:00
UsbMouseAbsolutePointerDxe MdeModulePkg/UsbMouseAbsolutePointer: Fix endpoint selection 2020-01-06 06:40:28 +00:00
UsbMouseDxe MdeModulePkg/Usb/UsbMouse: Fix endpoint selection 2020-01-06 06:40:28 +00:00