mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / purism / librem_jsl / acpi / gpe.asl
blobbc8359dc523c096daacc29608ce3138805cf9064
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Scope (_GPE)
5         /*
6          * Keyboard dock connector sense.  This is GPP_D4, which would seem to
7          * be _L34 for GPE0_DW1, but there is an additional 10h offset for some
8          * reason, even if GPP_D is assigned to DW0 or DW2 instead.
9          */
10         Method (_L44, 0, NotSerialized) {
11                 Printf ("GPE _L44");
12                 \_SB.PCI0.LPCB.EC0.VBTN.NTFY ()
13         }