David Brownell wrote:
On Thursday 03 March 2005 12:03 am, Jan Zwiegers wrote:
David Brownell wrote:
On Wednesday 02 March 2005 4:53 am, Jan Zwiegers wrote:
Can anybody maybe tell me where this pointer moved to, or was it
removed.
On Thursday 03 March 2005 12:03 am, Jan Zwiegers wrote:
> David Brownell wrote:
> >On Wednesday 02 March 2005 4:53 am, Jan Zwiegers wrote:
>
> >>Can anybody maybe tell me where this pointer moved to, or was it
> >>removed.
> >
> >That "automagic resubmit" mechanism has been gone for some time now
On Wednesday 02 March 2005 4:53 am, Jan Zwiegers wrote:
> Can anybody maybe tell me where this pointer moved to, or was it
> removed.
That "automagic resubmit" mechanism has been gone for some time now.
All urbs are single shot: submit once, complete once.
What you should do instead -- this wo
Hi Everyone
I'm busy doing upgrades to my USB drivers developed on kernel version
2.4.22 to support kernel 2.6.9
In this version of the USB API the urb structure had a next pointer
which you can use to link onto your next urb.
I used this to do continuous iso transfers.
Can anybody maybe tell me