coreboot-kgpe-d16/payloads/libpayload/drivers
Kangheui Won a3d79292e7 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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38556
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-02-05 09:56:26 +00:00
..
i8042 libpayload/drivers/i8042: add error messages to i8042_probe 2019-12-20 17:43:17 +00:00
serial libpayload/serial/qcs405: Mark uart console as such 2019-07-26 08:41:38 +00:00
storage libpayload: ahci: Prevent memory leaks when failing on init 2019-05-15 17:54:02 +00:00
timer Remove MIPS architecture 2019-11-20 10:10:48 +00:00
udc Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
usb libpayload/xhci: Fix MPS handling in set_address 2020-02-05 09:56:26 +00:00
video libpayload: cbgfx: Support drawing a box with rounded corners 2020-01-14 18:25:36 +00:00
Makefile.inc Remove imgtec/pistachio SoC 2019-11-20 10:10:44 +00:00
cbmem_console.c libpayload: Implement reading from CBMEM console 2019-12-16 09:47:38 +00:00
hid.c
mouse_cursor.c
nvram.c
options.c
pci.c
speaker.c