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
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
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
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