Fixed internal_name for Phoenix PS/2 PCI KBC

This commit is contained in:
MaxwellS04
2025-04-18 22:32:37 +07:00
parent b13bb753e7
commit af908dadc6

View File

@@ -2807,7 +2807,7 @@ const device_t keyboard_ps2_acer_pci_device = {
const device_t keyboard_ps2_phoenix_pci_device = {
.name = "PS/2 Keyboard (Phoenix)",
.internal_name = "keyboard_ps2_acer_pci",
.internal_name = "keyboard_ps2_phoenix_pci",
.flags = DEVICE_KBC | DEVICE_PCI,
.local = KBC_TYPE_PS2_1 | KBC_VEN_PHOENIX,
.init = kbc_at_init,