From 9141ff80a4b1300c614f70df316cb4987577b77a Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 30 Sep 2025 05:49:23 +0200 Subject: [PATCH] And apply it again. --- src/machine/machine_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index 395379f28..bef04fe51 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -12510,7 +12510,7 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = &kbc_at_device, .kbc_params = KBC_VEN_AMI_TRIGEM | KBC_FLAG_IS_GREEN | 0x00005a00, - .kbc_p1 = 0x000004f0, + .kbc_p1 = 0x00000cf0, .gpio = 0xffffffff, .gpio_acpi = 0xffffffff, .device = NULL,