[PATCH] remove experimental flag from leds-clevo-mail

From: NÃmeth MÃrton
Date: Fri Apr 03 2009 - 01:52:44 EST


The leds-clevo-mail driver is in the mainline kernel since 2.6.25 and works
without severe problems. Make this driver available for a larger audience.

Signed-off-by: MÃrton NÃmeth <nm127@xxxxxxxxxxx>
---
--- linux-2.6.29/drivers/leds/Kconfig.orig 2009-03-24 00:12:14.000000000 +0100
+++ linux-2.6.29/drivers/leds/Kconfig 2009-04-02 23:19:52.000000000 +0200
@@ -120,8 +120,8 @@ config LEDS_GPIO
and they must be connected to the GPIO lines.

config LEDS_CLEVO_MAIL
- tristate "Mail LED on Clevo notebook (EXPERIMENTAL)"
- depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI && EXPERIMENTAL
+ tristate "Mail LED on Clevo notebook"
+ depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI
help
This driver makes the mail LED accessible from userspace
programs through the leds subsystem. This LED have three
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/