usb: gadget: mtp: Add MTP/PTP function
authorBenoit Goby <benoit@android.com>
Mon, 19 Dec 2011 22:37:50 +0000 (14:37 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:51 +0000 (13:51 -0800)
commitd79720cd89247a52347dad203d718ad28b8e7a6c
treee178ed1edb19f02df4e50cae5c845cbe5cbe7662
parent6d90f8a4b9fc3baa827f51f8557614b6a81e4231
usb: gadget: mtp: Add MTP/PTP function

USB gadget function driver used by the Android framework to
implement the MTP and PTP protocols. It creates a character device
that provides an interface for fast transfer of files and
supports transferring files greater than 4GB.

Change-Id: I2d8f2c37029fb37d8deb791d04eb7346f94f5adb
Signed-off-by: Mike Lockwood <lockwood@android.com>
drivers/usb/gadget/f_mtp.c [new file with mode: 0644]
include/linux/usb/f_mtp.h [new file with mode: 0644]