Commit 51de036b authored by Florian Fainelli's avatar Florian Fainelli Committed by Richard Purdie

leds: use default-on trigger for Cobalt Qube

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: default avatarFlorian Fainelli <florian@openwrt.org>
Signed-off-by: default avatarRichard Purdie <rpurdie@linux.intel.com>
parent eedd898f
...@@ -31,7 +31,7 @@ static struct led_classdev qube_front_led = { ...@@ -31,7 +31,7 @@ static struct led_classdev qube_front_led = {
.name = "qube::front", .name = "qube::front",
.brightness = LED_FULL, .brightness = LED_FULL,
.brightness_set = qube_front_led_set, .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) static int __devinit cobalt_qube_led_probe(struct platform_device *pdev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment