]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:12 +0000 (21:47 +0200)
commit1d1159b01573e945c0692657f77a95f6e5d1956b
treef6c9668389101ff28e198df340386e4225e646d7
parent9305992b731f5d7721b213951a8cea9c4863dec7
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