Re: [U-Boot] [PATCH] usb: ehci: add ehci max xfer size ehci config entry

2019-11-13 Thread Gilles Doffe
- Le 28 Oct 19, à 23:46, Marek Vasut ma...@denx.de a écrit : > On 10/28/19 6:35 PM, Robert Hancock wrote: >> On 2019-10-25 8:30 a.m., Gilles DOFFE wrote: >>> Some USB sticks cannot handle SIZE_MAX bytes (65535) blocks transfer, >>> leading to 'EHCI timed out on

[U-Boot] [PATCH] usb: ehci: add ehci max xfer size ehci config entry

2019-10-25 Thread Gilles DOFFE
max value (SIZE_MAX). Signed-off-by: Gilles DOFFE --- drivers/usb/host/Kconfig| 7 +++ drivers/usb/host/ehci-hcd.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 30c6b69be8..62054c9c7a 100644 --- a/drivers/usb/ho