Re: [linux-usb-devel] Problem with usb-serial layer

2005-12-15 Thread Greg KH
On Wed, Dec 14, 2005 at 05:16:13PM -0800, Ajay Jain wrote: > Greg KH wrote: > > > On Wed, Dec 14, 2005 at 02:30:46PM -0800, Ajay Jain wrote: > > > >>Hi, > >> > >>I am doing bulk out transfers using my own usb host-controller driver on > >>linux 2.4.21. The device being used is a usb-serial device

Re: [linux-usb-devel] Problem with usb-serial layer

2005-12-14 Thread Ajay Jain
Greg KH wrote: > On Wed, Dec 14, 2005 at 02:30:46PM -0800, Ajay Jain wrote: > >>Hi, >> >>I am doing bulk out transfers using my own usb host-controller driver on >>linux 2.4.21. The device being used is a usb-serial device of type pl203. >>I sometimes see that I get all packets of size zero for a

Re: [linux-usb-devel] Problem with usb-serial layer

2005-12-14 Thread Greg KH
On Wed, Dec 14, 2005 at 02:30:46PM -0800, Ajay Jain wrote: > Hi, > > I am doing bulk out transfers using my own usb host-controller driver on > linux 2.4.21. The device being used is a usb-serial device of type pl203. > I sometimes see that I get all packets of size zero for a bulk out > transfer,

[linux-usb-devel] Problem with usb-serial layer

2005-12-14 Thread Ajay Jain
Hi, I am doing bulk out transfers using my own usb host-controller driver on linux 2.4.21. The device being used is a usb-serial device of type pl203. I sometimes see that I get all packets of size zero for a bulk out transfer, after an initial valid size. I complete the first bulk transfer succes