summaryrefslogtreecommitdiff
path: root/common/console_output.c
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2014-06-21 04:00:57 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-06-28 00:55:35 +0000
commitd7c19b023687b33eebe5fe429961a13305c71566 (patch)
tree51e81822645d7b9aace74b8868a5553faeb1e620 /common/console_output.c
parentf8171d72f30392807af3b69450b7153ef0b1082f (diff)
downloadchrome-ec-d7c19b023687b33eebe5fe429961a13305c71566.tar.gz
samus: add retry mechanism for EC to PD host commands
Add a retry mechanism for EC to PD host commands to make the communication channel more robust. BUG=none BRANCH=none TEST=run on system to verify that we don't drop host commands to PD MCU. Change-Id: Ida6f02a149e4dd9e85a5aac21790928b16864104 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/205148 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'common/console_output.c')
-rw-r--r--common/console_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/console_output.c b/common/console_output.c
index 99e30cc6ce..3bbad84ad4 100644
--- a/common/console_output.c
+++ b/common/console_output.c
@@ -47,6 +47,7 @@ static const char * const channel_names[] = {
"lightbar",
"lpc",
"motionsense",
+ "pdhostcmd",
"port80",
"pwm",
"spi",