usb: gadget: mtp: Add MTP/PTP function
authorBenoit Goby <benoit@android.com>
Mon, 19 Dec 2011 22:37:50 +0000 (14:37 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:38 +0000 (13:40 -0700)
commitf1086872a34e952286a3a146bd4a0a9dfefc9f39
tree708b69fb3515de3a29797ee9d6a35ff633547d21
parent5049bbc5d5ff18a011ac4cb00a79e4de17cc1f30
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.

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