Re: [PATCH v10 3/7] usb: interface authorization: Control interface probing and claiming

2015-08-25 Thread Krzysztof Opasiak
On 08/24/2015 11:09 PM, 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 | 8 1 file changed, 8 insertions(+) diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/

[PATCH v10 3/7] usb: interface authorization: Control interface probing and claiming

2015-08-24 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 | 8 1 file changed, 8 insertions(+) diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c index 818369a..d542d43 100644 --- a/driv