1 Nov 2011 08:48
New patch to review for coreboot: 2c703c1 libpayload: Fix OHCI some more
Patrick Georgi <gerrit <at> coreboot.org>
2011-11-01 07:48:26 GMT
2011-11-01 07:48:26 GMT
Patrick Georgi (patrick <at> georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/365 -gerrit commit 2c703c13954fcef101135ffd7113889f4c22e3ca Author: Patrick Georgi <patrick.georgi <at> secunet.com> Date: Thu Oct 27 13:08:13 2011 +0200 libpayload: Fix OHCI some more OHCI works when USB_DEBUG is disabled, but not, when disabled. This is because the controller requires some more time after a schedule has finished. Also improve compliance with the OHCI spec. Change-Id: I4685cc485ff9c52b489fbaa352ab889671cff876 Signed-off-by: Patrick Georgi <patrick.georgi <at> secunet.com> --- payloads/libpayload/drivers/usb/ohci.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/payloads/libpayload/drivers/usb/ohci.c b/payloads/libpayload/drivers/usb/ohci.c index 290f782..ef33bd9 100644 --- a/payloads/libpayload/drivers/usb/ohci.c +++ b/payloads/libpayload/drivers/usb/ohci.c <at> <at> -27,7 +27,7 <at> <at> * SUCH DAMAGE. */(Continue reading)
RSS Feed