summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrover Yen <Grover_Yen@wistron.com>2014-08-18 20:16:08 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-20 06:50:11 +0000
commite802f2c00cf7c8bb4658c2263f883ed7a3f779b1 (patch)
tree34fbc05e798479175701c6219c8201d0fe3752a8
parentedb7b9678153275f984a80b2a1b9a4a7a7caf65f (diff)
downloadchrome-ec-e802f2c00cf7c8bb4658c2263f883ed7a3f779b1.tar.gz
cranky: Disable key scan task.
Base on the code cloned from rambi and disable key scan task. BUG=none BRANCH=none TEST=make -j buildall, make -j tests Change-Id: I216b66ffbc08470b6037c78bc972f2a72f02d9f8 Signed-off-by: Grover Yen <Grover_Yen@wistron.com> Reviewed-on: https://chromium-review.googlesource.com/212903 Reviewed-by: Mohammed Habibulla <moch@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--board/cranky/ec.tasklist3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/cranky/ec.tasklist b/board/cranky/ec.tasklist
index 8b4485818f..e9facae15c 100644
--- a/board/cranky/ec.tasklist
+++ b/board/cranky/ec.tasklist
@@ -24,5 +24,4 @@
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(POWERBTN, power_button_task, NULL, TASK_STACK_SIZE) \
- TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE)
+ TASK_ALWAYS(POWERBTN, power_button_task, NULL, TASK_STACK_SIZE)