commit | 219580e64f035bb9018dbb08d340f90b0ac50f8c | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <mina86@mina86.com> | Mon Dec 09 15:55:37 2013 -0800 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 09 22:44:07 2013 -0600 |
tree | 01861bc2d3b1ab44d02fede789b041837f6ba0c5 | |
parent | 7fa6803483ed215f9c73780194d49719a060bf1c [diff] |
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 <mina86@mina86.com> Signed-off-by: David Cohen <david.a.cohen@linux.intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>