On Mon, Jun 29, 2015 at 11:23:47PM +0200, Stefan Koch wrote: > Am Donnerstag, den 18.06.2015, 13:30 -0400 schrieb Alan Stern: > > On Thu, 18 Jun 2015, Stefan Koch wrote: > > > > > 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(+) > > > > Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > > > > Other people may still have some comments. > > > > Alan Stern > > > Hi > > is there any current merging state? > > In what git tree the patch will submitted at the first step? I can't do anything at the moment due to the merge window. I'll review it after 4.2-rc1 is out (usually a week or so afterward, as my queue is quite large). Don't worry, it's not lost. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html