This patch introduces an interface authorization for USB devices.
The kernel supports a device authorization because of wireless USB.
But the new interface authorization allows to authorize or deauthorize
individual interfaces instead authorization or deauthorize a whole device.
Therefore the authorized attribute is introduced for each interface.
Each patch depends on all patches with a lesser number.
Stefan Koch (6):
usb: interface authorization: Declare authorized attribute
usb: interface authorization: Introduces the default interface
authorization
usb: interface authorization: Control interface probing and claiming
usb: interface authorization: Introduces the USB interface
authorization.
usb: interface authorization: SysFS part of USB interface
authorization.
usb: interface authorization: Documentation part
Documentation/ABI/testing/sysfs-bus-usb | 22 ++++++++++++++
Documentation/usb/authorization.txt | 34 +++++++++++++++++++++
drivers/usb/core/driver.c | 11 +++++++
drivers/usb/core/hcd.c | 52 +++++++++++++++++++++++++++++++++
drivers/usb/core/message.c | 48 ++++++++++++++++++++++++++++++
drivers/usb/core/sysfs.c | 41 ++++++++++++++++++++++++++
drivers/usb/core/usb.h | 2 ++
include/linux/usb.h | 1 +
include/linux/usb/hcd.h | 3 ++
9 files changed, 214 insertions(+)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html