From ba01f3b98fa0fd18c1aa28a003b336d0d3720d10 Mon Sep 17 00:00:00 2001 From: jljusten Date: Mon, 13 Aug 2012 15:40:54 +0000 Subject: OvmfPkg: fix the _UID of \_SB.PCI0.LPC.LNKD in the DSDT LNKD is the fourth PNP0C0F. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13623 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/AcpiTables/Dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OvmfPkg/AcpiTables') 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) { -- cgit v1.2.3