summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/burnet/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/burnet/board.c b/board/burnet/board.c
index 77d9cbe780..a9555ce95d 100644
--- a/board/burnet/board.c
+++ b/board/burnet/board.c
@@ -416,6 +416,10 @@ static void board_init(void)
board_spi_enable();
} else {
motion_sensor_count = 0;
+ /* Device is clamshell only */
+ tablet_set_mode(0);
+ /* Turn off GMR interrupt */
+ gmr_tablet_switch_disable();
/* Base accel is not stuffed, don't allow line to float */
gpio_set_flags(GPIO_ACCEL_INT_ODL,
GPIO_INPUT | GPIO_PULL_DOWN);