On 3.1 kernel and Android 2.3 Android is setup by this commands (taken
from init.rc):
write /sys/class/android_usb/android0/enable 0
write /sys/class/android_usb/android0/functions adb
write /sys/class/android_usb/android0/enable 1
(write is actually an echo "value" > "path")
So might worth checking is functions are setup (cat
/sys/class/android_usb/android0/functions) and if enable is 1
Nicu
Also check if Drivers->USB->USB Gadget Support -> USB Gadget Drivers
(Android Gadget) is enabled in your kernel config.
I will check the Android images posted to see if it's included in the
default build.
Nicu