Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "usb: interface authorization: Declare authorized attribute"

This reverts commit 484ebaedecc5ddf778a30ee1efab367cbee27030 as the
signed-off-by address is invalid.

Cc: Stefan Koch <stefan.koch10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

-1
-1
include/linux/usb.h
··· 178 178 unsigned needs_altsetting0:1; /* switch to altsetting 0 is pending */ 179 179 unsigned needs_binding:1; /* needs delayed unbind/rebind */ 180 180 unsigned resetting_device:1; /* true: bandwidth alloc after reset */ 181 - unsigned authorized:1; /* used for interface authorization */ 182 181 183 182 struct device dev; /* interface specific device info */ 184 183 struct device *usb_dev;