Home
last modified time | relevance | path

Searched hist:afa093bfa782f1cc8fc1bf4df01841e3167df9b1 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.cafa093bfa782f1cc8fc1bf4df01841e3167df9b1 Tue Mar 03 16:32:14 UTC 2015 Lukasz Majewski <l.majewski@samsung.com> usb: dwc3: gadget: Set non EP0 max packet limit to 512B

Commit "drivers/dwc3: add a workaround for too small OUT requests"
sets max packet for OUT requests when transfer is smaller.

Until this change the default maxpacket for non EP0 EPs was 1024. This is
too much, since UMS LBA size is 512B

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>