diff --git a/board/pyro/board.c b/board/pyro/board.c index d12b787a6a..a8d3bde88a 100644 --- a/board/pyro/board.c +++ b/board/pyro/board.c @@ -680,17 +680,6 @@ void lid_angle_peripheral_enable(int enable) if (tablet_get_mode() || chipset_in_state(CHIPSET_STATE_ANY_OFF)) enable = 0; keyboard_scan_enable(enable, KB_SCAN_DISABLE_LID_ANGLE); - - /* - * In S3 state, then disable KB/TP function - * when state switch to tablet mode from normal mode. - * Enable KB/TP function when state switch to nromal - * mode from tablet mode. - */ - if (chipset_in_state(CHIPSET_STATE_SUSPEND)) { - keyboard_scan_enable(enable, KB_SCAN_DISABLE_LID_ANGLE); - gpio_set_level(GPIO_EN_P3300_TRACKPAD_ODL, !enable); - } } #endif