- Joined
- Nov 6, 2021
- Messages
- 141
- Motherboard
- Dell 3558
- CPU
- Broadwell 5200U
- Graphics
- Intel HD5500
- OS X/macOS
- 13.x
- Bootloader
- Clover (UEFI)
- OpenCore (UEFI)
- Mac
- MacBook Pro
- Mobile Phone
- Android
- iOS
I tried all my best but cant pass this, any suggest? thank so much
And drop oem
or
, in 2022?
Code:
Scope (_SB.PCI0)
{
Device (SDMA)
{
Method (_STA, 0, NotSerialized) // _STA: Status
{
If (LEqual (SMD0, 0x02))
{
Return (0x0F)
}
If (LEqual (SMD0, Zero))
{
Return (Zero)
}
If (LLess (OSYS, 0x07DD))
{
LPD3 (SB10, SMD0)
Return (Zero)
}
Return (0x0F)
}
}
}

And drop oem


