summaryrefslogtreecommitdiff
path: root/board/lingcod/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lingcod/board.c')
-rw-r--r--board/lingcod/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lingcod/board.c b/board/lingcod/board.c
index a8151b94e7..88913a63af 100644
--- a/board/lingcod/board.c
+++ b/board/lingcod/board.c
@@ -75,7 +75,7 @@ static void board_init(void)
} else {
motion_sensor_count = 0;
/* Device is clamshell only */
- tablet_set_mode(0);
+ tablet_set_mode(0, TABLET_TRIGGER_LID);
/* Gyro is not present, don't allow line to float */
gpio_set_flags(GPIO_EC_IMU_INT_L, GPIO_INPUT | GPIO_PULL_DOWN);
}