Hi All, I am facing one issue with Android Froyo and 2.6.35 kernel in getting USB notifications. When I connected USB cable with our device, Windows Host PC detetecd composite device ADB+UMS, but on device there is no notification (normally two notification "usb connected" followed by "usb debugging connected" suppose to come.).
When traced back issue i found logcat is showing one warning as "W/ Vold No UMS switch available". In 2.6.32 kernel's f_mass_storage.c file fsg_dev structure contains one member as switch_dev and this switch device is registered in mass_storage_bind_config function, but I found that on 2.6.35 kernel's f_mass_storage.c file is not registering switch device and beacause of which in Android Froyo's / system/vold/main.cpp while opening switch device for UMS it failed and thus failed to show notification. So I want to know why switch device registration is removed from f_mass_storage.c file as without it Android Froyo is not able to display connection notifications. Thanks, Pankaj -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel