Commit 167c55ef80d26679b8b4b4ffba9da208a7c1875d

Authored by Thomas Kunze
Committed by Thomas Kunze
1 parent c8602edf3f

collie: locomo-led change default trigger

Collie uses now the powersupply framework. Change the
default led-trigger of locomo-led to reflect that.

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/leds/leds-locomo.c
... ... @@ -44,7 +44,7 @@
44 44  
45 45 static struct led_classdev locomo_led0 = {
46 46 .name = "locomo:amber:charge",
47   - .default_trigger = "sharpsl-charge",
  47 + .default_trigger = "main-battery-charging",
48 48 .brightness_set = locomoled_brightness_set0,
49 49 };
50 50