On Wed, Jun 17, 2015 at 03:44:45PM +0200, Stefan Koch wrote: > There is an attribute for each interface to allow (1) or deny (0) it: > /sys/bus/usb/devices/*-*:*.*/authorized > > Signed-off-by: Stefan Koch <skoch@xxxxxxx> > --- > drivers/usb/core/sysfs.c | 45 ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 44 insertions(+), 1 deletion(-) > > diff --git a/drivers/usb/core/sysfs.c b/drivers/usb/core/sysfs.c > index d269738..8e25292 100644 > --- a/drivers/usb/core/sysfs.c > +++ b/drivers/usb/core/sysfs.c > @@ -622,7 +622,6 @@ usb_descriptor_attr(bDeviceProtocol, "%02x\n"); > usb_descriptor_attr(bNumConfigurations, "%d\n"); > usb_descriptor_attr(bMaxPacketSize0, "%d\n"); > > - > /* show if the device is authorized (1) or not (0) */ > static ssize_t authorized_show(struct device *dev, > struct device_attribute *attr, char *buf) Unneded whitespace change. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html