collie: locomo-led change default trigger

Collie uses now the powersupply framework. Change the
default led-trigger of locomo-led to reflect that.
This commit is contained in:
Thomas Kunze 2009-02-10 13:21:42 +01:00 committed by Thomas Kunze
parent c8602edf3f
commit 167c55ef80

View File

@ -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,
};