Hello Edward O'Callaghan, Sam McNally, build bot (Jenkins), Nico Huber, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38556
to look at the new patch set (#2).
Change subject: libpayload/xhci: Fix MPS handling in set_address ......................................................................
libpayload/xhci: Fix MPS handling in set_address
We set MPS to speed_to_default_mps(speed) initially but later compare maxpacketsize with 8 to change mps. So compare with speed_to_default_mps(speed) to determine if we need to change settings here.
BUG=b:147783572 BRANCH=none TEST=works with 12Mbps/8MPS USB device
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: I32455483fceec56f14af6118b77615c14b3f9f39 --- M payloads/libpayload/drivers/usb/xhci_devconf.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/38556/2