summaryrefslogtreecommitdiff
path: root/board/link/ec.tasklist
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-01-10 14:09:02 -0800
committerRandall Spangler <rspangler@chromium.org>2012-01-10 14:14:59 -0800
commit39f86d2fad567661d64716d9e6e815802835ccaa (patch)
treedfc253556afea85e85155a4fc6da756603da8b6d /board/link/ec.tasklist
parent55ffdb465b7cdfb19380c681ae4542d4022a6aa2 (diff)
downloadchrome-ec-39f86d2fad567661d64716d9e6e815802835ccaa.tar.gz
Split power button code into its own file
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:7499 TEST=press and release power button; should see debug messages Change-Id: I8909ae4643afc98753edb690771618ad43135e3e
Diffstat (limited to 'board/link/ec.tasklist')
-rw-r--r--board/link/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/link/ec.tasklist b/board/link/ec.tasklist
index 9a1f87398e..f036105fb3 100644
--- a/board/link/ec.tasklist
+++ b/board/link/ec.tasklist
@@ -16,7 +16,7 @@
#define CONFIG_TASK_LIST \
TASK(BLINK, UserLedBlink, NULL) \
TASK(KEYSCAN, keyboard_scan_task, NULL) \
- TASK(GPIOISR, gpio_task, NULL) \
+ TASK(POWERBTN, power_button_task, NULL) \
TASK(CONSOLE, console_task, NULL) \
TASK(HOSTCMD, host_command_task, NULL) \
TASK(I8042CMD, i8042_command_task, NULL)