We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d3d89 + 7f7ceb4 commit 08c7ceaCopy full SHA for 08c7cea
1 file changed
board/hx30/ps2mouse.c
@@ -507,6 +507,7 @@ void mouse_interrupt_handler_task(void *p)
507
}
508
if (evt & PS2MOUSE_EVT_REENABLE) {
509
CPRINTS("PS2M renabling");
510
+ setup_touchpad();
511
gpio_enable_interrupt(GPIO_SOC_TP_INT_L);
512
gpio_enable_interrupt(GPIO_EC_I2C_3_SDA);
513
0 commit comments