summaryrefslogtreecommitdiff
path: root/common/console.c
diff options
context:
space:
mode:
authorVic Yang <victoryang@google.com>2012-04-24 17:26:25 +0800
committerVic Yang <victoryang@chromium.org>2012-04-26 13:45:43 +0800
commit7710ed563ab755073609912d5cc227d2e9eb589f (patch)
treed0f1f51a3e7e6db789f1483c7a8414b7e4ab2025 /common/console.c
parent470916fb0f856945f2a93c7fd160845b5f659be1 (diff)
downloadchrome-ec-7710ed563ab755073609912d5cc227d2e9eb589f.tar.gz
Issue warning on fan stall.
When PWM module detects fan stall, issue SMI warning and print warning message to console. Signed-off-by: Vic Yang <victoryang@google.com> BUG=chrome-os-partner:7497 TEST=Disconnect fan and power up. See warning message. Change-Id: I4d96595f7f3cdfab5df333afc35206304bacab9d
Diffstat (limited to 'common/console.c')
-rw-r--r--common/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/console.c b/common/console.c
index 4a94588535..92e99d02b8 100644
--- a/common/console.c
+++ b/common/console.c
@@ -37,6 +37,7 @@ static const char *channel_names[CC_CHANNEL_COUNT] = {
"lpc",
"port80",
"powerbtn",
+ "pwm",
"system",
"task",
"usbcharge",