summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
diff options
context:
space:
mode:
authorMrChromebox <matt.devillier@gmail.com>2020-01-06 12:12:06 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-01-06 06:40:28 +0000
commitd0d38ce20ec9d4ef267433bbe8364c43ac1a2278 (patch)
tree12c23cdbbfcd6eea3aea455a05adf899c5358b90 /BaseTools/Source/Python
parentf9c2c71ed69ca1d92687a55d3ef947cfb4413b3e (diff)
downloadedk2-d0d38ce20ec9d4ef267433bbe8364c43ac1a2278.zip
edk2-d0d38ce20ec9d4ef267433bbe8364c43ac1a2278.tar.gz
edk2-d0d38ce20ec9d4ef267433bbe8364c43ac1a2278.tar.bz2
MdeModulePkg/Usb/UsbMouse: 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: GuoMinJ <newexplorerj@gmail.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions