On Tuesday, August 30, 2011 8:49:44 PM UTC-4, Behnam wrote:
>
> I am currently moving to Android Kernel 3.0 for my development and I 
> realized that adb no longer works in 3.0 kernel. I did a bit of 
> digging and came across a commit that completely removes any ADB 
> functionality from USB gadget f_adb.c. I am not sure if this has been 
> moved to another location or it is a change in the implementation that 
> I canoot seem to figure out. Please let me know if this feature is 
> removed or still supported through some other implementation. 
>

http://android.git.kernel.org/?p=kernel/common.git;a=commitdiff;h=83814ea997cb03a65c7baf1c41699963724af932
 
>

If you read the commit message you linked, you will see 

"Moved the adb enable/disable logic from android.c to f_adb.c."

And indeed, code resembling what was taken out of android.c now appears in 
f_adb.c   

Mostly this looks like an evolution from special-casing adb to plugging adb 
in through more generic interface.

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to