summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2014-10-23 13:32:14 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-10-29 22:23:43 +0000
commitf3b29e3fec5fcdb5449cee5c8b2068229fb0f3c0 (patch)
tree28bc774b007014e7de14ec13bb4cdf64f6bf29b3 /include/console.h
parentac375d000eba1e3b582018ebfcbf654af41bdcb9 (diff)
downloadchrome-ec-f3b29e3fec5fcdb5449cee5c8b2068229fb0f3c0.tar.gz
Samus: move gesture to common
Move gesture to common directory, 1st step to be reused by other board. Cleanup motion_sense shutdown path. BUG=chrome-os-partner:33102 TEST=Double tap still works on Samus BRANCH=ToT Change-Id: I0a3b38c4a7dbe95c27dcdebff04c1176aaf932d1 Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/225235 Reviewed-by: Sheng-liang Song <ssl@chromium.org> Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index eb0d66c6fa..bf2cd536f1 100644
--- a/include/console.h
+++ b/include/console.h
@@ -34,6 +34,7 @@ enum console_channel {
CC_CLOCK,
CC_DMA,
CC_EVENTS,
+ CC_GESTURE,
CC_GPIO,
CC_HOSTCMD,
CC_I2C,