diff options
-rw-r--r-- | OvmfPkg/AcpiTables/Dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl index 91d412b6d5..be6fc71d78 100644 --- a/OvmfPkg/AcpiTables/Dsdt.asl +++ b/OvmfPkg/AcpiTables/Dsdt.asl @@ -342,7 +342,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF ", 3) { //
Device (LNKD) {
Name (_HID, EISAID("PNP0C0F"))
- Name (_UID, 1)
+ Name (_UID, 4)
Method (_STA, 0, NotSerialized) { Return (PSTA (PIRD)) }
Method (_DIS, 0, NotSerialized) {
|