Re: [linux-usb-devel] Interrupt transfers

2002-05-06 Thread Johannes Erdfelt
On Mon, May 06, 2002, Daniel Cruz <[EMAIL PROTECTED]> wrote: > > Daniel Cruz wrote: > > > > > > hello, > > > > > > I'm sending information to a INT endpoint with using FILL_INT_URB and > then > > > submitting the corresponding URB, but I'm not receiving the information > all > > > the times I send

Re: [linux-usb-devel] Interrupt transfers

2002-05-06 Thread Daniel Cruz
> Daniel Cruz wrote: > > > > hello, > > > > I'm sending information to a INT endpoint with using FILL_INT_URB and then > > submitting the corresponding URB, but I'm not receiving the information all > > the times I send it, only a very few times the transaction is succesfull, > > what could I been

Re: [linux-usb-devel] Interrupt transfers

2002-05-06 Thread Thomas Davis
Daniel Cruz wrote: > > hello, > > I'm sending information to a INT endpoint with using FILL_INT_URB and then > submitting the corresponding URB, but I'm not receiving the information all > the times I send it, only a very few times the transaction is succesfull, > what could I been doing wrong?.