diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-26 19:41:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-17 11:38:31 +0000 |
commit | 51de036ba388a1bda08755f7c0d3d1ae27c81e66 (patch) | |
tree | c52b7f6393b59f90df89eef911231fcbb17713e7 /drivers/leds | |
parent | eedd898f6910b88aa2052461ad0c3f443b45bb00 (diff) | |
download | op-kernel-dev-51de036ba388a1bda08755f7c0d3d1ae27c81e66.zip op-kernel-dev-51de036ba388a1bda08755f7c0d3d1ae27c81e66.tar.gz |
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: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-cobalt-qube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-cobalt-qube.c b/drivers/leds/leds-cobalt-qube.c index de197538..da5fb01 100644 --- a/drivers/leds/leds-cobalt-qube.c +++ b/drivers/leds/leds-cobalt-qube.c @@ -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) |