From: Alan Stern Date: Mon, 28 Jul 2008 14:39:28 +0000 (-0400) Subject: USB: add missing kerneldoc line for "needs_binding" X-Git-Tag: upstream/snapshot3+hdmi~22977^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4f4d58734916e816d4b4a7cf61b3fc22ce02683;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git USB: add missing kerneldoc line for "needs_binding" This patch (as1117) adds a kerneldoc line for the "needs_binding" field in struct usb_interface. It was accidentally omitted when the field was added. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb.h b/include/linux/usb.h index 5811c5d..0924cd9 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -110,6 +110,8 @@ enum usb_interface_condition { * @sysfs_files_created: sysfs attributes exist * @needs_remote_wakeup: flag set when the driver requires remote-wakeup * capability during autosuspend. + * @needs_binding: flag set when the driver should be re-probed or unbound + * following a reset or suspend operation it doesn't support. * @dev: driver model's view of this device * @usb_dev: if an interface is bound to the USB major, this will point * to the sysfs representation for that device.