Re: [PATCH v12 1/7] usb: interface authorization: Declare authorized attribute

2015-09-28 Thread Krzysztof Opasiak
On 09/28/2015 09:26 PM, Stefan Koch wrote: The attribute authorized shows the authorization state for an interface. Signed-off-by: Stefan Koch --- include/linux/usb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/usb.h b/include/linux/usb.h

[PATCH v12 1/7] usb: interface authorization: Declare authorized attribute

2015-09-28 Thread Stefan Koch
The attribute authorized shows the authorization state for an interface. Signed-off-by: Stefan Koch --- include/linux/usb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/usb.h b/include/linux/usb.h index 447fe29..a2068d7 100644 ---