Edoardo001 / Matebook-13-Hackintosh

Hackintosh Matebook 13
108 stars 13 forks source link

Help needed for Fn key to swich brightness #24

Closed Edoardo001 closed 4 years ago

Edoardo001 commented 4 years ago

In the past, I've used to to get brightness key working by patching DSDT with this patch into method label _Q0A replace_content begin // Brightness Down\n Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n end; into method label _Q0B replace_content begin // Brightness Up\n Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n end;

Now in OpenCore to do things more clean and avoid DSDT compatibility problems between different. Matebook 13 models, I want to use a ssdt. I've seen that same guy (@gnodipac886)used that patch for dsdt, now use the ssdt attached in this issue. But if I use. this same ssdt instead of dsdt, my brithness key won't work :( Brightness key ssdt.zip