aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Koch <stefan.koch10@gmail.com>2015-09-28 17:59:52 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-28 22:52:49 -0400
commit07294cc2ea3000da706fd88c8ec7dcfadc715e14 (patch)
tree3a67802346b5d80e33455dff8f94c80fe0992d95 /include
parent60f593977b28fd3acbe4c3ca5eb6acf8ddf34d9e (diff)
USB: Added forgotten parameter description for authorized attribute in usb.h
Signed-off-by: Stefan Koch <stefan.koch10@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index 3deccab2ce0a..2cbcf8db517a 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -122,6 +122,8 @@ enum usb_interface_condition {
122 * has been deferred. 122 * has been deferred.
123 * @needs_binding: flag set when the driver should be re-probed or unbound 123 * @needs_binding: flag set when the driver should be re-probed or unbound
124 * following a reset or suspend operation it doesn't support. 124 * following a reset or suspend operation it doesn't support.
125 * @authorized: This allows to (de)authorize individual interfaces instead
126 * a whole device in contrast to the device authorization.
125 * @dev: driver model's view of this device 127 * @dev: driver model's view of this device
126 * @usb_dev: if an interface is bound to the USB major, this will point 128 * @usb_dev: if an interface is bound to the USB major, this will point
127 * to the sysfs representation for that device. 129 * to the sysfs representation for that device.