coreboot-kgpe-d16/payloads/libpayload/drivers/usb
Patrick Georgi d2cb7ea1ff libpayload: UHCI driver contained too much magic
The handling of finalize in uhci_bulk was confusing, and so its
behaviour changed.
If set, the driver is supposed to add a trailing empty packet iff
the last packet is of maximum packet size. This helps the device to
decide if the transfer is completed simply by waiting for a packet
that isn't full length.

Change-Id: I162e8c1e034924d0de6fdcb971c94cf3a5ea31eb
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/1555
Tested-by: build bot (Jenkins)
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
2012-10-03 09:25:25 +02:00
..
ehci.c libpayload: add controller type in usbdev_hc 2012-08-23 07:05:02 +02:00
ehci.h
ehci_private.h libpayload: Add dummy queue heads to EHCI interrupt frame list 2012-06-21 11:53:25 +02:00
ehci_rh.c libpayload: Add timeouts in the EHCI USB driver 2012-06-08 00:01:25 +02:00
ohci.c libpayload: add controller type in usbdev_hc 2012-08-23 07:05:02 +02:00
ohci.h
ohci_private.h libpayload: Add support for interrupt transfers in OHCI 2012-06-21 11:59:11 +02:00
ohci_rh.c libpayload: Add timeouts in the OHCI USB driver 2012-06-07 23:49:02 +02:00
quirks.c
TODO
uhci.c libpayload: UHCI driver contained too much magic 2012-10-03 09:25:25 +02:00
uhci.h
uhci_private.h
uhci_rh.c Fix disconnect handling on UHCI root ports 2012-09-21 23:47:05 +02:00
usb.c libpayload: Add check for failure in usb_attach_device() 2012-06-22 08:55:50 +02:00
usb_dev.c
usbhid.c
usbhub.c
usbinit.c
usbmsc.c libpayload: Shutdown reasonably if we can't init usb msc device 2012-06-22 08:55:22 +02:00
xhci.c libpayload: add controller type in usbdev_hc 2012-08-23 07:05:02 +02:00
xhci.h
xhci_private.h
xhci_rh.c