summaryrefslogtreecommitdiff
path: root/board/scout/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scout/led.c')
-rw-r--r--board/scout/led.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/scout/led.c b/board/scout/led.c
index a9f70d2d40..3066c182d1 100644
--- a/board/scout/led.c
+++ b/board/scout/led.c
@@ -199,6 +199,16 @@ static void led_init(void)
}
DECLARE_HOOK(HOOK_INIT, led_init, HOOK_PRIO_INIT_PWM + 1);
+void board_led_auto_control(void)
+{
+ if (chipset_in_state(CHIPSET_STATE_ON))
+ led_resume();
+ else if (chipset_in_state(CHIPSET_STATE_SUSPEND))
+ led_suspend_hook();
+ else if (chipset_in_state(CHIPSET_STATE_ANY_OFF))
+ led_shutdown_hook();
+}
+
void led_alert(int enable)
{
if (enable) {