]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: s3c-hsotg: fix maxpacket size
authorRobert Baldyga <r.baldyga@samsung.com>
Wed, 2 Oct 2013 09:17:29 +0000 (11:17 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 4 Oct 2013 14:44:51 +0000 (09:44 -0500)
commit13613c133bb8dc70ec404b61345496ba75611dbd
tree1dfcd3f73f6431d01e328a0aa9338280051fa13d
parent4662e5ef54f01ff5333474a825f90ab74f95bc3d
usb: gadget: s3c-hsotg: fix maxpacket size

This patch changes ep maxpacket value from 512 to 1024, because it's needed
to handle interupt and isochronous endpoints in high-speed mode. This change
doesn't affect on driver functioning, because fifo size (3072) is still enough
for the maximum transaction payload (3*1024 for high-speed high-bandwidtch
endpoints).

Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/s3c-hsotg.c