Skip to content

Commit 85251f7

Browse files
authored
Merge pull request #519 from FrameworkComputer/hx20.fix_touchpad_no_function
Fixed: Touchpad not in P2P mode when EC re-enables PS2 mouse
2 parents c1d06ea + 5a02034 commit 85251f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

board/hx20/ps2mouse.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ void mouse_interrupt_handler_task(void *p)
510510
}
511511
if (evt & PS2MOUSE_EVT_REENABLE) {
512512
CPRINTS("PS2M renabling");
513+
setup_touchpad();
513514
gpio_enable_interrupt(GPIO_SOC_TP_INT_L);
514515
gpio_enable_interrupt(GPIO_EC_I2C_3_SDA);
515516
}

0 commit comments

Comments
 (0)