usb: gadget: adb: Add ADB function
authorBenoit Goby <benoit@android.com>
Mon, 19 Dec 2011 22:38:41 +0000 (14:38 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:38 +0000 (13:40 -0700)
commit17c12acd8fcee70df65a054ef711c8d4d5ecfb6e
tree4638867d4a6c91baa61d613a3823c257c99e510d
parentf1086872a34e952286a3a146bd4a0a9dfefc9f39
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).

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