From 66164f2784b1ca34d9a10febd39c19db064c1750 Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Thu, 23 Oct 2014 16:58:21 -0700 Subject: Samus: Split motion sense and lid angle Split motion_sense.c. Translate the accel data in the Android coordinate right away. BUG=chrome-os-partner:32002 BRANCH=ToT TEST=On samus, check lid angle are still correct. Change-Id: If743e25245dc1ce4cdacb8a4d5af22616c4a79e4 Signed-off-by: Gwendal Grignou Reviewed-on: https://chromium-review.googlesource.com/225486 Reviewed-by: Sheng-liang Song Reviewed-by: Alec Berg --- include/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/console.h') diff --git a/include/console.h b/include/console.h index bf2cd536f1..29599dda4b 100644 --- a/include/console.h +++ b/include/console.h @@ -43,6 +43,7 @@ enum console_channel { CC_LIDANGLE, CC_LIGHTBAR, CC_LPC, + CC_MOTION_LID, CC_MOTION_SENSE, CC_PD_HOST_CMD, CC_PORT80, -- cgit v1.2.1