Hi all, I'm trying to build from the open core guide and do as much manually as I can but I'm a little stuck on this bit, I'm possibly over complicating it.. My mobo is a z390 Aorus Wifi Pro, the following text is from my DSDT after searching for "PNP0C09" My understanding is that I already have method _STA.... so I don't need to uncomment for disabling in SSDT-EC-USBX. https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-EC-USBX.dsl So seeing as the device name under scope is the same, do I need to do anything at all, do I need to drop the "\" from Scope (\_SB.PCI0.LPCB) or just compile it as is? Thanks From the link above /* * AppleUsbPower compatibility table for Skylake+. * * Be warned that power supply values can be different * for different systems. Depending on the configuration * these values must match injected IOKitPersonalities * for com.apple.driver.AppleUSBMergeNub. iPad remains * being the most r...