From 38aabbbc6ca30e3d00e76778dc43807aadd788f3 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 30 Mar 2017 17:07:58 -0500 Subject: board/reef: enable CONFIG_DPTF_DEVICE_ORIENTATION The BIOS had the tablet mode device enabled in CL:439308, however the corresponding change to the EC never was done. Therefore, powerd was monitoring the tablet mode device which always reported tablet mode because it wasn't reading the real state. As such the keyboard and trackpad were never being unhibited by powerd. Ensure the EC config matches the BIOS changes so that the correct state is properly reported. BUG=b:36788342 TEST=Booted device. keyboard and trackpad work as expected. BRANCH=reef Change-Id: Ie76007bc0e2ced046ebe1c241150f300efd3bb82 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/464026 Reviewed-by: Gwendal Grignou Reviewed-by: Daisuke Nojiri Reviewed-by: Furquan Shaikh --- board/reef/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/reef/board.h b/board/reef/board.h index c7b21d6b8c..c5e246bbe6 100644 --- a/board/reef/board.h +++ b/board/reef/board.h @@ -143,6 +143,7 @@ #define CONFIG_TEMP_SENSOR #define CONFIG_THERMISTOR_NCP15WB #define CONFIG_DPTF +#define CONFIG_DPTF_DEVICE_ORIENTATION #define CONFIG_SCI_GPIO GPIO_PCH_SCI_L #define CONFIG_UART_HOST 0 #define CONFIG_VBOOT_HASH -- cgit v1.2.1