Skip to content

Commit

Permalink
[ARM] 3563/1: LED: Set the LOCOMO LED driver default triggers
Browse files Browse the repository at this point in the history
Patch from Richard Purdie

Set the default triggers for the LOCOMO LED driver.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Richard Purdie authored and Russell King committed Jun 19, 2006
1 parent 96ce238 commit b7408af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/leds/leds-locomo.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ static void locomoled_brightness_set1(struct led_classdev *led_cdev,

static struct led_classdev locomo_led0 = {
.name = "locomo:amber",
.default_trigger = "sharpsl-charge",
.brightness_set = locomoled_brightness_set0,
};

static struct led_classdev locomo_led1 = {
.name = "locomo:green",
.default_trigger = "nand-disk",
.brightness_set = locomoled_brightness_set1,
};

Expand Down

0 comments on commit b7408af

Please sign in to comment.