Add more mobile notes

This commit is contained in:
Mykola Grymalyuk
2020-03-20 15:20:26 -06:00
parent dfdb6229a1
commit 608312274d
4 changed files with 31 additions and 9 deletions

View File

@@ -22,9 +22,9 @@ External (_SB_.PCI0.LPCB.EC0, DeviceObj) <- Rename this
{
Method (_STA, 0, NotSerialized) // _STA: Status
{
If (_OSI ("Darwin"))
If (_OSI ("Darwin")) // Darwin = macOS
{
Return (0)
Return (0) // Hides our real EC only when in macOS
}
Else
{
@@ -88,7 +88,7 @@ Scope (\_SB.PC00.LPC0) <- Rename this
{
If (_OSI ("Darwin"))
{
Return (0x0F)
Return (0x0F) // Enable our Fake EC only when in macOS
}
Else
{