summaryrefslogtreecommitdiff
path: root/board/kappa/board.c
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2020-02-17 16:18:25 +0800
committerCommit Bot <commit-bot@chromium.org>2020-02-18 08:44:46 +0000
commit4b8d829d6ab0131716ec8972847479056cd3fbba (patch)
treebbc89a8ed938ede9a1864ed85c96b7ea6814b284 /board/kappa/board.c
parentc2797a55a58678e3118aa0b95431c78f02b1ec3d (diff)
downloadchrome-ec-4b8d829d6ab0131716ec8972847479056cd3fbba.tar.gz
jacuzzi: enable tablet mode in EC
BUG=b:149666087 TEST="tablet mode enabled/disabled" in EC console TEST=see virtual keyboard when flip to 360 degree BRANCH=kukui Change-Id: I44af9f742775aaf71bbf792a70af3176f73bda52 Signed-off-by: Ting Shen <phoenixshen@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2059861 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/kappa/board.c')
-rw-r--r--board/kappa/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/kappa/board.c b/board/kappa/board.c
index fcf1707528..be01e2c177 100644
--- a/board/kappa/board.c
+++ b/board/kappa/board.c
@@ -36,6 +36,7 @@
#include "registers.h"
#include "spi.h"
#include "system.h"
+#include "tablet_mode.h"
#include "task.h"
#include "tcpm.h"
#include "timer.h"