Re: [linux-usb-devel] negative pipe value.....

2005-11-23 Thread Alan Stern
On Wed, 23 Nov 2005, Kiran Jammula wrote: > Thank you... > > I am using usb_sndbulkpipe in usb_bulg_msg > the return value of the usb_bulk_msg is also a positive number. But there is > no response from > the device.. If the return value is positive then there _is_ a response from the device, b

Re: [linux-usb-devel] negative pipe value.....

2005-11-22 Thread Kiran Jammula
gt; To: Kiran Jammula <[EMAIL PROTECTED]> CC: USB development list 1 Subject: Re: [linux-usb-devel] negative pipe value. Date: Tue, 22 Nov 2005 10:33:47 -0500 (EST) On Tue, 22 Nov 2005, Kiran Jammula wrote: > Hi, > I am developing Linux Host driver for a Device. The device has

Re: [linux-usb-devel] negative pipe value.....

2005-11-22 Thread Alan Stern
On Tue, 22 Nov 2005, Kiran Jammula wrote: > Hi, > I am developing Linux Host driver for a Device. The device has suppiled > Windows based driver. After connecting the device to PC the probe function > in my driver is being called. But pipe opened by using > usb_sndbulkpipe,usb_rcvbulkpipe ,usb

[linux-usb-devel] negative pipe value.....

2005-11-22 Thread Kiran Jammula
Hi, I am developing Linux Host driver for a Device. The device has suppiled Windows based driver. After connecting the device to PC the probe function in my driver is being called. But pipe opened by using usb_sndbulkpipe,usb_rcvbulkpipe ,usb_sndctrlpipe,usb_rcvctrlpipe is showing negative va