Re: [linux-usb-devel] [PATCH] USB: update urb documentation

2005-06-03 Thread Glenn Maynard
On Fri, Jun 03, 2005 at 01:59:08AM -0700, Greg KH wrote: > + * Note that even fields marked "public" should not be touched by the driver > + * when the urb is owned by the hcd, that is, since the call to > + * usb_submit_urb() till the entry into the completion routine. This doesn't want to parse;

[linux-usb-devel] [PATCH] USB: update urb documentation

2005-06-03 Thread Greg KH
[PATCH] USB: update urb documentation 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;