Re: [PATCH V2] leds: trigger: Introduce an USB port trigger

From: Peter Chen
Date: Mon Jul 18 2016 - 01:48:28 EST


On Mon, Jul 18, 2016 at 06:44:49AM +0200, RafaÅ MiÅecki wrote:
> On 18 July 2016 at 04:31, Peter Chen <hzpeterchen@xxxxxxxxx> wrote:
> > On Fri, Jul 15, 2016 at 11:10:45PM +0200, RafaÅ MiÅecki wrote:
> >> +
> >> +usbport trigger:
> >> +- usb-ports : List of USB ports that usbport should observed for turning on a
> >> + given LED.
> >> +
> >
> > %s/should/should be
>
> Thanks.
>
>
> >> diff --git a/drivers/leds/trigger/ledtrig-usbport.c b/drivers/leds/trigger/ledtrig-usbport.c
> >> new file mode 100644
> >> index 0000000..97b064c
> >> --- /dev/null
> >> +++ b/drivers/leds/trigger/ledtrig-usbport.c
> >> @@ -0,0 +1,206 @@
> >> +/*
> >> + * USB port LED trigger
> >> + *
> >> + * Copyright (C) 2016 RafaÅ MiÅecki <rafal.milecki@xxxxxxxxx>
> >> + *
> >> + * This program is free software; you can redistribute it and/or modify
> >> + * it under the terms of the GNU General Public License as published by
> >> + * the Free Software Foundation; either version 2 of the License, or (at
> >> + * your option) any later version.
> >> + */
> >
> > GPL v2 only.
> >
> >> +MODULE_AUTHOR("RafaÅ MiÅecki <rafal.milecki@xxxxxxxxx>");
> >> +MODULE_DESCRIPTION("USB port trigger");
> >> +MODULE_LICENSE("GPL");
> >
> > GPL v2
>
> What's the reason for this? I don't have any real preference, but I
> never heard heard about kernel/Linux preference neither.
>

https://en.wikipedia.org/wiki/Linux_kernel

--

Best Regards,
Peter Chen