From: Robert Baldyga Date: Wed, 2 Oct 2013 09:17:29 +0000 (+0200) Subject: usb: gadget: s3c-hsotg: fix maxpacket size X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~22^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13613c133bb8dc70ec404b61345496ba75611dbd;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed