From b19be165ca7c4b3e927ac7da3ea692582f9912b4 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 13 Oct 2025 02:23:39 +0200 Subject: [PATCH] AN430TX: Use the VS440FX GPIO handler, unbreaks the Packard Bell. --- 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 b2534988f..c1099ed42 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -15698,7 +15698,7 @@ const machine_t machines[] = { .chipset = MACHINE_CHIPSET_INTEL_430TX, .init = machine_at_an430tx_init, .p1_handler = machine_generic_p1_handler, - .gpio_handler = NULL, + .gpio_handler = machine_ap440fx_vs440fx_gpio_handler, .available_flag = MACHINE_AVAILABLE, .gpio_acpi_handler = NULL, .cpu = {