SSDT-EC-USBX Clarification Needed (ASRock z490-itx/ac)

Hi all, my dumped dsdt ec section looks like this:

Scope (_SB.PCI0.LPCB)
{
Device (H_EC)
{
Name (_HID, EisaId ("PNP0C09") /* Embedded Controller Device */) // _HID: Hardware ID
Name (_UID, One) // _UID: Unique ID
Method (_STA, 0, NotSerialized) // _STA: Status
{
^^^GFX0.CLID = 0x03
Return (Zero)
}

And the note at the bottom of the manual notes:

PNP0C09 already has an _STA
method

This is the equivalent of not having an EC as we can't control it with our SSDT-EC, instead we'll need to create a "dummy" EC for macOS. You'll still want to find the PCI and LPC pathing for this device. So follow the guide as if you were creating a laptop SSDT-EC.

Does this mean that I simply leave the upper commented section in the sample SSDT-EC-USBX as the 'Help' graphic says un-comment for desktops?

https://dortania.github.io/Getting-Started-With-ACPI/images/Desktops/ssdt-before.png

Many thanks, Jimbo

submitted by /u/OoJimboO
[link] [comments]