summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/lemp9/acpi/buttons.asl
blob: e3bf9ec7ef667ce4808873c7b4e4f11d83f86952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

Device (PWRB)
{
	Name (_HID, EisaId ("PNP0C0C"))
	Name (_PRW, Package () { 0x29 /* GPP_D9 */, 3 })
}

Device (SLPB)
{
	Name (_HID, EisaId ("PNP0C0E"))
	Name (_PRW, Package () { 0x29 /* GPP_D9 */, 3 })
}