Skip to content

Commit

Permalink
leds: use default-on trigger for Cobalt Qube
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli authored and Richard Purdie committed Dec 17, 2009
1 parent eedd898 commit 51de036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-cobalt-qube.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 51de036

Please sign in to comment.