Add XHCI UEFI Driver

This commit is contained in:
Mykola Grymalyuk
2021-05-17 20:40:09 -06:00
parent f4d3154fd1
commit 15aacddd23
6 changed files with 54 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ class pci_probe:
# IOACPIPlane:/_SB/PCI0@0/P0P2@10000 -> /PCI0@0/P0P2@1
acpi_path = acpi_path_full.replace("IOACPIPlane:/_SB", "")
acpi_path = acpi_path.replace("0000", "")
acpi_path = acpi_path.replace("0001", "")
acpi_path = acpi_path.replace("ffff", "0")
acpi_path = acpi_path.upper()
return acpi_path