Add two more ACPI IDs to hwd

This commit is contained in:
Jeremy Soller
2025-10-18 16:58:09 -06:00
parent 7109334d2b
commit 7359af31de
+2 -1
View File
@@ -65,10 +65,11 @@ impl Backend for AcpiBackend {
"PNP0303" => "IBM Enhanced (101/102-key, PS/2 mouse support)",
"PNP0400" => "Standard LPT printer port",
"PNP0501" => "16550A-compatible COM port",
"PNP0A03" => "PCI bus",
"PNP0A03" | "PNP0A08" => "PCI bus",
"PNP0A05" => "Generic ACPI bus",
"PNP0A06" => "Generic ACPI Extended-IO bus (EIO bus)",
"PNP0B00" => "AT real-time clock",
"PNP0C01" => "System board",
"PNP0C0F" => "PCI interrupt link device",
"PNP0F13" => "PS/2 port for PS/2-style mouse",
_ => "?",