mb/starlabs/starlite_adl/acpi: Fix _GPE callback type
The GPIO which is used to determine whether the keyboard is connected or not is dual-edge triggered, not level triggered, so adjust the method name to reflect that. This ensures that the keyboard status is updated on both connection and disconnection. TEST=build/boot starlite_adl, verify tablet mode is correctly detected when the keyboard is detached under both Windows and Linux. Change-Id: I6c539fa264a2910589846e58d851acbe7c00900e Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87993 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
d14a3e23da
commit
26fd33a92a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Scope (\_SB) {
|
|||
|
||||
Scope (_GPE)
|
||||
{
|
||||
Method (_L0F, 0, NotSerialized)
|
||||
Method (_E0F, 0, NotSerialized)
|
||||
{
|
||||
\_SB.PCI0.LPCB.EC.VBTN.UPDK()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue