On Mon, 17 Oct 2005, Nitin Mahajan wrote:
> Thanks for the inputs.
Did the patch I sent fix the problem you saw with usbtest?
Alan Stern
---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, dis
Thanks for the inputs.
Also under test case 14, there is a statment in the
test driver in function ctrl_out which says
if (length > 0x || vary >= length)
return -EINVAL;
This condition satisfies for vary >= length, as we are
passing vary=0x200 and length=0x200 from the test
program
On Fri, 14 Oct 2005, Nitin Mahajan wrote:
> The reason for this I have found out as follows.
> When we call
> usb_buffer_free (udev, sizeof (struct
> usb_ctrlrequest),
> urb [i]->setup_packet,
> urb [i]->setup_dma);
> in function test_ctrl_queue in usbtest.