Re: [linux-usb-devel] struct urb's urb_list

2002-11-19 Thread Stuart MacDonald
From: "David Brownell" <[EMAIL PROTECTED]> > Stuart MacDonald wrote: > > The problem boils down to the fact that I can't use urb_list to keep a > > list of urbs for later unlinking. I'm thinking the best solution is to > > add a second list_head to struct urb. > > You've already got urb->context fo

Re: [linux-usb-devel] struct urb's urb_list

2002-11-18 Thread David Brownell
Stuart MacDonald wrote: The problem boils down to the fact that I can't use urb_list to keep a list of urbs for later unlinking. I'm thinking the best solution is to add a second list_head to struct urb. You've already got urb->context for per-request data. The data it points to would seem to

Re: [linux-usb-devel] struct urb's urb_list

2002-11-18 Thread Greg KH
On Mon, Nov 18, 2002 at 02:17:18PM -0500, Stuart MacDonald wrote: > I've decided this probably a question better answered by the > community, so it's attached below. > > The problem boils down to the fact that I can't use urb_list to keep a > list of urbs for later unlinking. I'm thinking the best

[linux-usb-devel] struct urb's urb_list

2002-11-18 Thread Stuart MacDonald
I've decided this probably a question better answered by the community, so it's attached below. The problem boils down to the fact that I can't use urb_list to keep a list of urbs for later unlinking. I'm thinking the best solution is to add a second list_head to struct urb. ..Stu - Original