leds: use default-on trigger for Cobalt Qube
authorFlorian Fainelli <florian@openwrt.org>
Thu, 26 Nov 2009 18:41:02 +0000 (19:41 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 17 Dec 2009 11:38:31 +0000 (11:38 +0000)
This patch changes the default trigger from "ide-disk"
to "default-on". Users updating from kernels not having this
LED driver will prefer having the same LED behavior as they
used to.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/leds/leds-cobalt-qube.c

index de1975388ec323c9cf0a4f28b2bca2ba8ebcd1e3..da5fb016b1a550fabfee5114bb11727a22c01749 100644 (file)
@@ -31,7 +31,7 @@ static struct led_classdev qube_front_led = {
        .name                   = "qube::front",
        .brightness             = LED_FULL,
        .brightness_set         = qube_front_led_set,
-       .default_trigger        = "ide-disk",
+       .default_trigger        = "default-on",
 };
 
 static int __devinit cobalt_qube_led_probe(struct platform_device *pdev)