summaryrefslogtreecommitdiff
path: root/board/host/board.c
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-05-09 07:44:36 +0800
committerChromeBot <chrome-bot@google.com>2013-05-08 18:11:01 -0700
commitd2ca284bc6da637aabb0dbfd4a4d67451646f23a (patch)
tree842d6508167f568b32b7c524167c093aa7a71b85 /board/host/board.c
parente71f008388b3c69cf01a534c5084d7e3a441149b (diff)
downloadchrome-ec-d2ca284bc6da637aabb0dbfd4a4d67451646f23a.tar.gz
Add power button test
This tests power button notification and debouncing. BUG=chrome-os-partner:19236 TEST=Pass all tests BRANCH=None Change-Id: Ief8bc24a8725e01734d84e76ab4b6ae0506b811f Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/50524 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/host/board.c')
-rw-r--r--board/host/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/host/board.c b/board/host/board.c
index c646340534..5c1603767a 100644
--- a/board/host/board.c
+++ b/board/host/board.c
@@ -10,4 +10,5 @@
const struct gpio_info gpio_list[GPIO_COUNT] = {
{"EC_INT", 0, 0, 0, 0},
{"LID_OPEN", 0, 0, 0, 0},
+ {"POWER_BUTTON_L", 0, 0, 0, 0},
};