On Wed, 13 Feb 2008, Randy Dunlap wrote:
> Thanks, Alan. Updated patch... Any more comments/corrections?
This looks good.
Alan Stern
-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.
On Wed, 13 Feb 2008 17:44:01 -0500 (EST) Alan Stern wrote:
> > + * @rawdescriptors: waw descriptors for each config
>
> Typo.
>
> > + * @children: child devices - these can be either new devices (if this is a
> > + * hub device), or different instances of this same device.
> > + * Each instance
On Wed, 13 Feb 2008, Randy Dunlap wrote:
> From: Randy Dunlap <[EMAIL PROTECTED]>
>
> Convert struct usb_device to use kernel-doc notation.
> Please especially check the @filelist and @usb_classdev descriptions.
>
> Fix a few other kernel-doc lines that should be all on one line but were on
> mu
From: Randy Dunlap <[EMAIL PROTECTED]>
Convert struct usb_device to use kernel-doc notation.
Please especially check the @filelist and @usb_classdev descriptions.
Fix a few other kernel-doc lines that should be all on one line but were on
multiple lines.
Signed-off-by: Randy Dunlap <[EMAIL PROTE