Acer-A515-51G-Hackintosh icon indicating copy to clipboard operation
Acer-A515-51G-Hackintosh copied to clipboard

What DSDT patches did you used?

Open Hikaruleon opened this issue 4 years ago • 1 comments

I'm currently in the process of making an updated dsdt for my laptop and was wondering what did you do to the dsdt. The only patch I did was Audio layout 3; if anyone has suggestions that would be much appreciated.

Hikaruleon avatar Jun 24 '20 17:06 Hikaruleon

List of Patches that I used to make my updated DSDT "Audio Layout 3" "Renamed GFX0 to IGPU" "Renamed _DSM to XDSM" "Fix _WAK Arg0 v2" "HPET Fix" "SMBUS Fix" "IRQ Fix" "RTC Fix" "OS Check Fix (windows 10)" "Fix Mutex with non-zero SyncLevel" "Usb 7-series/ 8-series" "Renamed GFX0 to IGPU"

For Acer A515-51G back light keys find _Q11 and _Q12 and replace with this

        Method (_Q11, 0, NotSerialized)  // _Qxx: EC Query Brightness Down
        {
            Notify (PS2K, 0x0365)
        }

        Method (_Q12, 0, NotSerialized)  // _Qxx: EC Query Brightness Up
        {
            Notify (PS2K, 0x0366)
        }

Hikaruleon avatar Jun 25 '20 19:06 Hikaruleon