usb: gadget: adb: Add ADB function
authorBenoit Goby <benoit@android.com>
Mon, 19 Dec 2011 22:38:41 +0000 (14:38 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:52 +0000 (13:51 -0800)
commit75636fb2197792d1d03dfcc52e04a4d5d6d0b8aa
tree964693262a410a98a54b54bf463ab66e0ced3114
parentd79720cd89247a52347dad203d718ad28b8e7a6c
usb: gadget: adb: Add ADB function

Android Debug Bridge (adb) is a command line tool that lets
users communicate with a Android-powered device. It is used
mainly to debug applications and tranfer files. f_adb implements
the transport layer between the ADB Server (on the host) and the
ADBD daemon (on the device).

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