Re: [linux-usb-devel] Re: Test case 10 and 14 from Linux usbtest failing

2005-10-17 Thread Alan Stern
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

Re: [linux-usb-devel] Re: Test case 10 and 14 from Linux usbtest failing

2005-10-16 Thread Nitin Mahajan
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

Re: [linux-usb-devel] Re: Test case 10 and 14 from Linux usbtest failing

2005-10-14 Thread Alan Stern
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.