mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 08:56:23 +07: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
@ -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 New Issue
Block a user