2012/8/8 Lukasz Majewski <l.majewski@xxxxxxxxxxx>: > Dear Peiyong Feng, > >> > Please enable the debug at s3c-hsotg.c driver and then paste the >> > dmesg/debug output. >> I have defined DEGUG in s3c-hsotg.c > > Thank you for 2.6.36 log. > I'd also need the log from 3.6-rc1 kernel with DEBUG enabled. I have made a define like: #define DEBUG in s3c-hsotg.c of 3.6-rc1 kernel and the patch: ====================================== diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index b13e0bb..b35d275 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers/usb/gadget/s3c-hsotg.c @@ -36,6 +36,7 @@ #include <mach/map.h> +#define DEBUG #include "s3c-hsotg.h" #define DMA_ADDR_INVALID (~((dma_addr_t)0)) =-======================================== And the output is just the same as I have posted. If that is not the way you want, please let me know. > > -- > Best regards, > > Lukasz Majewski > > Samsung Poland R&D Center | Linux Platform Group -- 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