Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 167c55ef authored by Thomas Kunze's avatar Thomas Kunze Committed by Thomas Kunze
Browse files

collie: locomo-led change default trigger

Collie uses now the powersupply framework. Change the
default led-trigger of locomo-led to reflect that.
parent c8602edf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};