commit | 21ce0e235b2f20ac51700bb15e603ff826740715 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Tue Dec 13 01:18:36 2011 +0800 |
committer | Andy Green <andy.green@linaro.org> | Mon Jan 09 11:16:10 2012 +0800 |
tree | 251cd43e5914b580eecde4f508c9964d94bbf1c3 | |
parent | c4db56f85460dde48f8ee104eb68d4f67085e114 [diff] |
USB: gadget: f_mtp: Add support for sending MTP header during file transfer MTP_SEND_FILE_WITH_HEADER ioctl allows sending a file with the 12 byte header prepended at the beginning. This is to allow MTP to use a single packet for the data phase instead of two. Signed-off-by: Mike Lockwood <lockwood@android.com>