Skip to content

Commit

Permalink
collie: locomo-led change default trigger
Browse files Browse the repository at this point in the history
Collie uses now the powersupply framework. Change the
default led-trigger of locomo-led to reflect that.
  • Loading branch information
Thomas Kunze authored and Thomas Kunze committed Nov 27, 2009
1 parent c8602ed commit 167c55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-locomo.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static void locomoled_brightness_set1(struct led_classdev *led_cdev,

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

Expand Down

0 comments on commit 167c55e

Please sign in to comment.