diff options
| author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2012-01-13 15:13:46 +0100 |
|---|---|---|
| committer | Benoit Goby <benoit@android.com> | 2012-05-31 15:00:41 -0700 |
| commit | fd96db17b7f07eb6615af01fd1908b74383bf04b (patch) | |
| tree | 49dae6eb9d222399a2d2da737a0a018eef15fcb2 /rootdir | |
| parent | a1cd8b94fbcf690a2f60661806e8b013e54689a7 (diff) | |
| download | system_core-fd96db17b7f07eb6615af01fd1908b74383bf04b.tar.gz system_core-fd96db17b7f07eb6615af01fd1908b74383bf04b.tar.bz2 system_core-fd96db17b7f07eb6615af01fd1908b74383bf04b.zip | |
FunctionFS: initial implementation
This is the second version of a patch which demonstrates the possibility
of using adbd (Android Debug Bridge daemon) with a generic FunctionFS gadget
instead of a custom adb usb gadget in the Linux kernel. It contains changes
introduced after Benoit's review - thank you Benoit.
The patch adds a new usb access layer to adbd using FunctionFS. The former
usb access method is still available. The method is chosen at runtime
depending if /dev/usb-ffs/adb/ep0 or /dev/android_adb is accessible.
How to use on the target device:
$ insmod g_ffs.ko idVendor=<vendor ID> iSerialNumber=<some string>
$ mount -t functionfs adb /dev/usb-ffs/adb -o uid=2000,gid=2000
$ ./adbd
This patch requires a patch to bionic which adds <linux/usb_functionfs.h>
which is an exact copy of the relevant file in the linux kernel.
Change-Id: I4b42eb267ffa50fca7a5fba46f388a2f083e8b2d
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[benoit@android.com: detect at runtime if functionfs is mounted
or fallback using f_adb]
Signed-off-by: Benoit Goby <benoit@android.com>
Diffstat (limited to 'rootdir')
0 files changed, 0 insertions, 0 deletions
