Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

collie: locomo-led change default trigger

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

authored by

Thomas Kunze and committed by
Thomas Kunze
167c55ef c8602edf

+1 -1
+1 -1
drivers/leds/leds-locomo.c
··· 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