Hello all, I have an Asus x301a with working Yosemite. I enabled HD4000 video by using the patch found on this forum:
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
Store (Package (0x02)\n
{\n
"AAPL,ig-platform-id",\n
Buffer (0x04)\n
{\n
0x03, 0x00, 0x66, 0x01\n
}\n
}, Local0)\n
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
Return (Local0)\n
}
end
However now if I use the HDMI patch for HD4000 by Toleda https://github.com/toleda/audio_hdmi_hd4000 the DSDT doesn't compile and a lot of errors appear. Any clue?