From 1f786bc348eb60ae4e0d0dc305d5a77e4ca01fb0 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Mon, 27 Feb 2012 12:24:44 -0800 Subject: 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 BUG=none TEST=none Change-Id: I56ad8c9dd67edfd54190d64f16742896a86b9ac1 --- board/bds/ec.tasklist | 1 - 1 file changed, 1 deletion(-) (limited to 'board/bds') 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) -- cgit v1.2.1