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>
This commit is contained in:
Stefan Koch 2015-09-28 23:59:52 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 60f593977b
Коммит 07294cc2ea
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.