From: Michal Nazarewicz Date: Mon, 9 Dec 2013 23:55:37 +0000 (-0800) Subject: usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsize X-Git-Tag: v3.14-rc1~148^2~90^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=219580e64f035bb9018dbb08d340f90b0ac50f8c;p=pandora-kernel.git usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsize Check gadget.quirk_ep_out_aligned_size to decide if buffer size requires to be aligned to maxpacketsize of an out endpoint. ffs_epfile_io() needs to pad epout buffer to match above condition if quirk is found. Signed-off-by: Michal Nazarewicz Signed-off-by: David Cohen Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed