2009-04-03 05:43:20

by Németh Márton

[permalink] [raw]
Subject: [PATCH] remove experimental flag from leds-clevo-mail

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 <[email protected]>
---
--- 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


2009-04-03 13:08:46

by Richard Purdie

[permalink] [raw]
Subject: Re: [PATCH] remove experimental flag from leds-clevo-mail

On Fri, 2009-04-03 at 07:42 +0200, Németh Márton wrote:
> 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 <[email protected]>

Queued in the LED tree, thanks.

--
Richard Purdie
Intel Open Source Technology Centre