Re: [PATCH v4 3/6] usb: interface authorization: Control interface probing and claiming

2015-06-18 Thread Alan Stern
On Thu, 18 Jun 2015, Stefan Koch wrote: > Driver probings and interface claims get rejected > if an interface is not authorized. > > Signed-off-by: Stefan Koch > --- > drivers/usb/core/driver.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/drivers/usb/core/driver.c b/dr

[PATCH v4 3/6] usb: interface authorization: Control interface probing and claiming

2015-06-18 Thread Stefan Koch
Driver probings and interface claims get rejected if an interface is not authorized. Signed-off-by: Stefan Koch --- drivers/usb/core/driver.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c index 818369a..74169a5 100644 --- a