On Tue, 14 May 2013, victor yeo wrote:

> Just curious. The crash log shows the following UDC driver code which
> is responsible to receive endpoint 0 setup data. However, the host PC
> is sending SCSI_WRITE_10 command at the time of the crash. These two
> does not correlate, right?
> 
>               unsigned int rdata, rdata1;
>       
>               // setup data valid
>                 val = readl(dev->base_addr + 0+0xfb0/0x199c [kagen2_udc]

The crash log should not include any driver code.

What data were you writing to the gadget when the crash occurred?  
Were you sending the source code for the UDC driver?  If you were, 
maybe that data got written to a wrong area in memory.

Alan Stern


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to