On Mon, Feb 10, 2014 at 06:49:43PM +0100, Christian Vogel wrote: > Add support for the "Webmail Notifier" (USB powered LED for signaling > new emails) made by Riso Kagaku Corp. which displays 7 distinct colors. > > USB Protocol initially reverse engineered by > https://code.google.com/p/usbmailnotifier/. > > Signed-off-by: Christian Vogel <vogelchr@xxxxxxxx> > --- > drivers/usb/misc/usbled.c | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > > diff --git a/drivers/usb/misc/usbled.c b/drivers/usb/misc/usbled.c > index 12d03e7..8765fd6 100644 > --- a/drivers/usb/misc/usbled.c > +++ b/drivers/usb/misc/usbled.c > @@ -23,8 +23,27 @@ > enum led_type { > DELCOM_VISUAL_SIGNAL_INDICATOR, > DREAM_CHEEKY_WEBMAIL_NOTIFIER, > + RISO_KAGAKU_LED Minor nit, which I'll fix, next time add a ',' at the end of your line here to make it easier for the next person who adds a type. Other than that, looks good, I'll go queue this up. greg k-h -- 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