Skip to content

Commit 08c7cea

Browse files
authored
Merge pull request #517 from FrameworkComputer/hx30.fix_touchpad_behavior
Fixed: Touchpad doesn't in P2P mode when EC re-enables PS2 mouse
2 parents 20d3d89 + 7f7ceb4 commit 08c7cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

board/hx30/ps2mouse.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ void mouse_interrupt_handler_task(void *p)
507507
}
508508
if (evt & PS2MOUSE_EVT_REENABLE) {
509509
CPRINTS("PS2M renabling");
510+
setup_touchpad();
510511
gpio_enable_interrupt(GPIO_SOC_TP_INT_L);
511512
gpio_enable_interrupt(GPIO_EC_I2C_3_SDA);
512513
}

0 commit comments

Comments
 (0)