Hi All,

I'm working on porting Android USB Mass Storage driver using the
linux-2.6.37 and froyo source code.
I'm debug (UMS) android_register_function(&mass_storage_function) from
f_mass_storage.c driver file.
Now, when I compile Android USB Mass storage driver and check my debug
prints, I can see that bind_functions() in android.c file does not get this
function driver information and does not bind the driver.

*Function: should_bind_functions() returns FALSE all the time with
'_are_functions_bound' always set to TRUE.*

Can any one please let me know, how to make sure that bind_functions()
actually gets list of available function/device config and calls
appropriate f->bind_config() function? What change shall I make in
android.c file for this requirement?

Thanks,
Deepak

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to