]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: dwc3: gadget: Set non EP0 max packet limit to 512B
authorLukasz Majewski <l.majewski@samsung.com>
Tue, 3 Mar 2015 16:32:14 +0000 (17:32 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:48:12 +0000 (05:48 +0200)
commitafa093bfa782f1cc8fc1bf4df01841e3167df9b1
treea14846572a3283c79a89b377b359ca484b258abf
parent29e7fc19ceda9d93fba21a35990e2eb157901010
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>
drivers/usb/dwc3/gadget.c