Re: [linux-usb-devel] Transaction timeout for host controller

2006-11-10 Thread Alan Stern
On Fri, 10 Nov 2006, Smriti Dhankar wrote: > Hello All, > I am trying to bring up Linux usb stack on our board which has an ehci > controller. I am able to detect the usb mass storage device and mount > it. I am also able to read/write the device. But specifically with few > devices after or durin

Re: [linux-usb-devel] Transaction timeout for host controller

2006-11-09 Thread David Brownell
On Thursday 09 November 2006 10:06 pm, Smriti Dhankar wrote: > This error is first indicated in the case where the host transmits an > IN token and waits for the DATA0/1 from the device. Clearly it's a bug in the device ... it didn't respond to the IN token. Some mass storage devices seem to cr

[linux-usb-devel] Transaction timeout for host controller

2006-11-09 Thread Smriti Dhankar
Hello All, I am trying to bring up Linux usb stack on our board which has an ehci controller. I am able to detect the usb mass storage device and mount it. I am also able to read/write the device. But specifically with few devices after or during the mount, following error is flashed on the console