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

2015-07-22 Thread Greg KH
On Thu, Jun 18, 2015 at 07:23:23PM +0200, Stefan Koch wrote: Driver probings and interface claims get rejected if an interface is not authorized. Signed-off-by: Stefan Koch sk...@suse.de --- drivers/usb/core/driver.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

[PATCH v5 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 sk...@suse.de --- 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