Re: [linux-usb-devel] struct urb next pointer

2005-03-05 Thread Jan Zwiegers
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.

Re: [linux-usb-devel] struct urb next pointer

2005-03-04 Thread David Brownell
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

Re: [linux-usb-devel] struct urb next pointer

2005-03-02 Thread David Brownell
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

[linux-usb-devel] struct urb next pointer

2005-03-02 Thread Jan Zwiegers
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