mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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:
parent
c8602edf3f
commit
167c55ef80
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue