Hi guys
I tried to remove device PS2M and device PS2K (PS2 mosue and keyboard) from my DSDT and am getting a lot of compile errors (can't figure out how to fix them). Im using latest iasl5 dated from 20141107.
So my request is to fix this: removing of PS2M and PS2K.
Also do you think that this original _INI is OK and compatible with Yosemite?:
Method (_INI, 0, Serialized) // _INI: Initialize
{
Store (0x07D9, OSYS) /* \OSYS */
If (CondRefOf (\_OSI, Local0))
{
If (_OSI ("Windows 2009"))
{
Store (0x07D9, OSYS) /* \OSYS */
}
If (_OSI ("Windows 2012"))
{
Store (0x07DC, OSYS) /* \OSYS */
}
If (_OSI ("Windows 2013"))
{
Store (0x07DD, OSYS) /* \OSYS */
}
}
PINI ()
}
Thank you in advance for your time and help
Send me iMac.zip