One question again MaLd0n, somehow my system does not support high current anymore. Is there a possibility to add it to the DSDT.aml
I've found the following code:
// Inject Fake EC device
DefinitionBlock("", "SSDT", 2, "hack", "EC", 0)
{
Device(_SB.EC)
{
Name(_HID, "EC000000")
}
}
//EOF
Regards,
Simania