summaryrefslogtreecommitdiff
path: root/include/hooks.h
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2016-09-01 16:48:06 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-07 14:01:18 -0700
commit4848d7e8fa0db6faecf0dabb31eaa0db2acc4a0b (patch)
treeb5b62c449fd7f99dd36416eeae9e9e6e5577a8d9 /include/hooks.h
parent764b2e57e741b9d83fa603993ba80e0696fd1333 (diff)
downloadchrome-ec-4848d7e8fa0db6faecf0dabb31eaa0db2acc4a0b.tar.gz
common: Add TABLET_MODE hook.
Add a hook to act when the a device is going in tablet mode and back. BUG=chromium:606718 BRANCH=kevin TEST=Test with evtest that an event is sent to the AP. Change-Id: Ic9c3b158f1178504af41abff18b28de8e07fc7a7 Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/380412 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'include/hooks.h')
-rw-r--r--include/hooks.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hooks.h b/include/hooks.h
index ae4bfd9732..1c6f5fe274 100644
--- a/include/hooks.h
+++ b/include/hooks.h
@@ -139,6 +139,13 @@ enum hook_type {
HOOK_LID_CHANGE,
/*
+ * Device in tablet mode (base behind lid).
+ *
+ * Hook routines are called from the TICK task.
+ */
+ HOOK_TABLET_MODE_CHANGE,
+
+ /*
* Power button pressed or released. Based on debounced power button
* state, not raw GPIO input.
*