On Fri, 8 Apr 2011, Sonasath, Moiz wrote: > Alan, > > On Wed, Apr 6, 2011 at 4:05 PM, Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> wrote: > > On Wed, 6 Apr 2011, Sonasath, Moiz wrote: > > > >> Alan, > >> > >> On Wed, Apr 6, 2011 at 2:11 PM, Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> wrote: > >> > On Wed, 6 Apr 2011, Sonasath, Moiz wrote: > >> > > >> >> All, > >> >> > >> >> I am working on android kernel based on K35, and I see these bunch of > >> >> device configure failures. Any pointers would really help. > >> > > >> > Which gadget driver are you using? > >> > > >> > Have you enabled verbose debugging in the gadget driver? > >> > >> It is the android mass-storage gadget driver (f_mass_storage.c) over > >> MUSB controller. > >> > >> No I did not have the musb debugging enabled. > > > > I was talking about the verbose debugging in f_mass_storage.c. > > Uncomment the two #define statements following the initial comments. > > I tried uncommenting these but the debug prints are not coming out. I > also tried removing the following from storage_common.c, but still no > luck in getting those debug prints. > > #ifndef DEBUG > #undef VERBOSE_DEBUG > #undef DUMP_MSGS > #endif /* !DEBUG */ You may also need to enable CONFIG_USB_GADGET_DEBUG. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html