| commit | ce4022b8d1c9e1b380dc5177f955bfe5f1327e3e | [log] [tgz] |
|---|---|---|
| author | Mike Lockwood <lockwood@android.com> | Thu Jul 14 19:42:42 2011 -0400 |
| committer | Mike Lockwood <lockwood@android.com> | Fri Jul 15 17:18:14 2011 -0400 |
| tree | 932bd019c44b27ff5d33822206d1386f95eab70a | |
| parent | f558e1e53997b661e85de0ba96c2596c9cc97b4f [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>