On Thursday 05 May 2005 1:55 pm, Roman Kagan wrote:
> On Wed, May 04, 2005 at 01:37:30PM -0700, David Brownell wrote:
> > On Wednesday 04 May 2005 12:19 pm, Roman Kagan wrote:
>
> > > If it is, can it be guaranteed in future, e.g.
> > > by moving the list head into the public section of struct u
On Wed, May 04, 2005 at 01:37:30PM -0700, David Brownell wrote:
> On Wednesday 04 May 2005 12:19 pm, Roman Kagan wrote:
> > struct urb {
> > /* private, usb core and host controller only fields in the urb */
> > ...
> > struct list_head urb_list; /* list pointer to all active urbs
On Wednesday 04 May 2005 12:19 pm, Roman Kagan wrote:
> struct urb {
> /* private, usb core and host controller only fields in the urb */
> ...
> struct list_head urb_list; /* list pointer to all active urbs */
> ...
> };
>
> Is it safe to use it for driver's purposes