mkottman / acpi_call

A linux kernel module that enables calls to ACPI methods through /proc/acpi/call. Now with support for Integer, String and Buffer parameters.
309 stars 130 forks source link

HP Elitebook 850 G1 ACPI calls #55

Closed LennertVA closed 4 years ago

LennertVA commented 9 years ago

Found the following in the decompiled ACPI mess:

Scope (\_SB.PCI0.RP05.DGFX)
        Method (_ON, 0, Serialized)  // _ON_: Power On
        Method (_OFF, 0, Serialized)  // _OFF: Power Off

Testing currently if it actually makes a difference, but echo'ing to /proc/acpi/call gets accepted at least.