for me i have to remove this line, it works for me at least
Method (WAK, 1, NotSerialized)
{
\_SB.PCI0.LPCB.SWAK (Arg0)
\_SB.PCI0.NWAK (Arg0)
LEDW (Arg0)
\_SB.PCI0.LPCB.SIOW (Arg0) << remove this line
}
become this
Method (WAK, 1, NotSerialized)
{
\_SB.PCI0.LPCB.SWAK (Arg0)
\_SB.PCI0.NWAK (Arg0)
LEDW (Arg0)
}