Re: [PATCH v5 1/6] usb: interface authorization: Declare authorized attribute

2015-07-22 Thread Greg KH
On Thu, Jun 18, 2015 at 07:23:21PM +0200, Stefan Koch wrote: The attribute authorized shows the authorization state for an interface. Signed-off-by: Stefan Koch sk...@suse.de --- include/linux/usb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/usb.h

[PATCH v5 1/6] usb: interface authorization: Declare authorized attribute

2015-06-18 Thread Stefan Koch
The attribute authorized shows the authorization state for an interface. Signed-off-by: Stefan Koch sk...@suse.de --- include/linux/usb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/usb.h b/include/linux/usb.h index 447fe29..135c50c 100644 --- a/include/linux/usb.h +++