On Tue, 28 Jul 2015, Stefan Koch wrote: > This introduces an attribute for each interface to > authorize (1) or deauthorize (0) it: > /sys/bus/usb/devices/INTERFACE/authorized > > Signed-off-by: Stefan Koch <skoch@xxxxxxx> > --- > drivers/usb/core/sysfs.c | 43 +++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 41 insertions(+), 2 deletions(-) > > diff --git a/drivers/usb/core/sysfs.c b/drivers/usb/core/sysfs.c > index d269738..b11105e 100644 > --- a/drivers/usb/core/sysfs.c > +++ b/drivers/usb/core/sysfs.c > @@ -633,8 +633,6 @@ static ssize_t authorized_show(struct device *dev, > > /* > * Authorize a device to be used in the system > - * > - * Writing a 0 deauthorizes the device, writing a 1 authorizes it. > */ This change is not related to the rest of your patch. It doesn't belong here. Alan Stern -- 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