Re: [linux-usb-devel] USB host controller testing in linux

2007-02-09 Thread Alan Stern
On Fri, 9 Feb 2007, Deepak Katagade wrote: > Hi All, >Thanks for the immediate reply.We are now test testing the > massstorage device with our hostcontroller driver by writing a script > that will mount the device copy the some large file in and out of the > device and run md5sum.This will run

Re: [linux-usb-devel] USB host controller testing in linux

2007-02-08 Thread Deepak Katagade
Hi All, Thanks for the immediate reply.We are now test testing the massstorage device with our hostcontroller driver by writing a script that will mount the device copy the some large file in and out of the device and run md5sum.This will run several times inside a loop.Through this test we cann

Re: [linux-usb-devel] USB host controller testing in linux

2007-02-08 Thread Alan Stern
On Thu, 8 Feb 2007, Deepak Katagade wrote: > Hi All, > Bulk source and the bulk sink tests that is integrated in the > test driver writes the data directly to the device without following > the cbw and csw protocol. That is because those two tests are not supposed to be used with a USB mass

Re: [linux-usb-devel] USB host controller testing in linux

2007-02-08 Thread Deepak Katagade
Hi All, Bulk source and the bulk sink tests that is integrated in the test driver writes the data directly to the device without following the cbw and csw protocol.That induces an endpoint error at our hostcontroller layer.I think this may be the reason if i am not wrong.Please guide me in thi

Re: [linux-usb-devel] USB host controller testing in linux

2007-02-07 Thread Greg KH
On Wed, Feb 07, 2007 at 12:23:03PM +0530, Deepak Katagade wrote: > Hi All, > We have written usb host controller driver for our arm board which > does not have any pci interface.We are trying to test the this usb > host controller with the usb test driver provided in the linux > kernel.We tried to