mirror of https://github.com/acidanthera/audk.git
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 <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13623 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b636c6e5ff
commit
ba01f3b98f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue