Re: USB storage device - incorrect size

2008-01-23 Thread jidong xiao
On Jan 22, 2008 7:45 PM, Hamish Rodda <[EMAIL PROTECTED]> wrote: > Hi, > > My girlfriend's 1gb lexar USB memory stick stopped working today, and I was > hoping someone could advise what I could do to retrieve the non-backed up > data... > > When it is plugged in, the following is written to /var/lo

Re: CP210x Driver - Issue Enumerating Multiple Interfaces

2014-05-09 Thread Jidong Xiao
Hi, Blake I am afraid that you may need to enable the debug function: dev_dbg(), it will help people diagnose this problem. From the existing log, in the first case, the probe() function is only called once, but in the second case, the probe() function is called twice. Maybe more debug information

Re: CP210x Driver - Issue Enumerating Multiple Interfaces

2014-05-15 Thread Jidong Xiao
On Thu, May 15, 2014 at 6:53 PM, Miner, Blake wrote: > After debugging further, I figured out what was causing the problem. > > In the driver for the cp210x, there is a line of code in the `.attach` > function that calls `usb_reset_device(serial->dev);`. See the source > code here: > https://git