summaryrefslogtreecommitdiff
path: root/board/bds
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-02-27 12:24:44 -0800
committerRandall Spangler <rspangler@chromium.org>2012-02-27 12:24:44 -0800
commit1f786bc348eb60ae4e0d0dc305d5a77e4ca01fb0 (patch)
tree1d6ac44ef4725a5058238b966b9d70300071f3d5 /board/bds
parentc5b323f99515665f7ba18faccc60dd49e1ae7d9b (diff)
downloadchrome-ec-1f786bc348eb60ae4e0d0dc305d5a77e4ca01fb0.tar.gz
x86power module is not present on bds board
On bds, always send the keyboard scan code for the power button. Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=none Change-Id: I56ad8c9dd67edfd54190d64f16742896a86b9ac1
Diffstat (limited to 'board/bds')
-rw-r--r--board/bds/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/bds/ec.tasklist b/board/bds/ec.tasklist
index a17d39199f..5e2ec6459f 100644
--- a/board/bds/ec.tasklist
+++ b/board/bds/ec.tasklist
@@ -18,7 +18,6 @@
TASK(TEMPSENSOR, temp_sensor_task, NULL) \
TASK(KEYSCAN, keyboard_scan_task, NULL) \
TASK(POWERBTN, power_button_task, NULL) \
- TASK(X86POWER, x86_power_task, NULL) \
TASK(CONSOLE, console_task, NULL) \
TASK(HOSTCMD, host_command_task, NULL) \
TASK(I8042CMD, i8042_command_task, NULL)