Is it possible to wake this laptop by opening the lid? I've been trying to make this work for some time but nothing seems to make it work.
Name (_PRW, Package (0x02)
{
0x18,
0x04
})
0x18 is supposed to be a GPE Method, but I don't have any GPE Method with Lid in it.
Adding
Method (_L18, 0, NotSerialized)
{
Notify (\_SB.LID, 0x80)
}
to _GPE Scope doesn't work.
DSDT_N53SV.aml.zip