Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

What DSDT patches did you used? #26

Open
Hikaruleon opened this issue Jun 24, 2020 · 1 comment
Open

What DSDT patches did you used? #26

Hikaruleon opened this issue Jun 24, 2020 · 1 comment

Comments

@Hikaruleon
Copy link

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
Copy link
Author

Hikaruleon commented Jun 25, 2020

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)
        }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant