]> git.karo-electronics.de Git - linux-beck.git/commitdiff
USB: Added forgotten parameter description for authorized attribute in usb.h
authorStefan Koch <stefan.koch10@gmail.com>
Mon, 28 Sep 2015 21:59:52 +0000 (23:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:52:49 +0000 (04:52 +0200)
Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb.h

index 3deccab2ce0ab540033e067d70baa667112de0f7..2cbcf8db517a38bfd13d2063a69dc98a17ff548e 100644 (file)
@@ -122,6 +122,8 @@ enum usb_interface_condition {
  *     has been deferred.
  * @needs_binding: flag set when the driver should be re-probed or unbound
  *     following a reset or suspend operation it doesn't support.
+ * @authorized: This allows to (de)authorize individual interfaces instead
+ *     a whole device in contrast to the device authorization.
  * @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.