Loading drivers/input/touchscreen/hxchipset/himax_ic_incell_core.c +4 −1 Original line number Diff line number Diff line Loading @@ -464,7 +464,10 @@ static void himax_mcu_resume_ic_action(void) static void himax_mcu_suspend_ic_action(void) { /* Nothing to do */ /* Keep TS_RESET PIN to LOW, to avoid leakage during suspend */ #ifdef HX_RST_PIN_FUNC himax_rst_gpio_set(private_ts->rst_gpio, 0); #endif } static void himax_mcu_power_on_init(void) Loading Loading
drivers/input/touchscreen/hxchipset/himax_ic_incell_core.c +4 −1 Original line number Diff line number Diff line Loading @@ -464,7 +464,10 @@ static void himax_mcu_resume_ic_action(void) static void himax_mcu_suspend_ic_action(void) { /* Nothing to do */ /* Keep TS_RESET PIN to LOW, to avoid leakage during suspend */ #ifdef HX_RST_PIN_FUNC himax_rst_gpio_set(private_ts->rst_gpio, 0); #endif } static void himax_mcu_power_on_init(void) Loading