Re: [PATCH v5 2/6] usb: interface authorization: Introduces the default interface authorization

2015-07-27 Thread Greg KH
On Mon, Jul 27, 2015 at 09:50:44AM +0200, Stefan Koch wrote: Am Mittwoch, den 22.07.2015, 16:40 -0700 schrieb Greg KH: On Thu, Jun 18, 2015 at 07:23:22PM +0200, Stefan Koch wrote: Interfaces are allowed per default. This can disabled or enabled (again) by writing 0 or 1 to

Re: [PATCH v5 2/6] usb: interface authorization: Introduces the default interface authorization

2015-07-27 Thread Stefan Koch
Am Montag, den 27.07.2015, 10:00 -0700 schrieb Greg KH: On Mon, Jul 27, 2015 at 09:50:44AM +0200, Stefan Koch wrote: Am Mittwoch, den 22.07.2015, 16:40 -0700 schrieb Greg KH: On Thu, Jun 18, 2015 at 07:23:22PM +0200, Stefan Koch wrote: Interfaces are allowed per default. This can

Re: [PATCH v5 2/6] usb: interface authorization: Introduces the default interface authorization

2015-07-27 Thread Stefan Koch
Am Mittwoch, den 22.07.2015, 16:40 -0700 schrieb Greg KH: On Thu, Jun 18, 2015 at 07:23:22PM +0200, Stefan Koch wrote: Interfaces are allowed per default. This can disabled or enabled (again) by writing 0 or 1 to /sys/bus/usb/devices/usbX/interface_authorized_default Signed-off-by:

Re: [PATCH v5 2/6] usb: interface authorization: Introduces the default interface authorization

2015-07-22 Thread Greg KH
On Thu, Jun 18, 2015 at 07:23:22PM +0200, Stefan Koch wrote: Interfaces are allowed per default. This can disabled or enabled (again) by writing 0 or 1 to /sys/bus/usb/devices/usbX/interface_authorized_default Signed-off-by: Stefan Koch sk...@suse.de --- drivers/usb/core/hcd.c | 52

[PATCH v5 2/6] usb: interface authorization: Introduces the default interface authorization

2015-06-18 Thread Stefan Koch
Interfaces are allowed per default. This can disabled or enabled (again) by writing 0 or 1 to /sys/bus/usb/devices/usbX/interface_authorized_default Signed-off-by: Stefan Koch sk...@suse.de --- drivers/usb/core/hcd.c | 52 ++