summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/kbl-u/acpi/mainboard.asl
blob: a36923f4673d7a591311343182c8c7b3b29dd989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-only */

Scope (\_SB) {
	Scope (PCI0) {
		#include "backlight.asl"
	}

	#include "ac.asl"
	#include "battery.asl"
	#include "buttons.asl"
	#include "hid.asl"
	#include "lid.asl"
	#include "s76.asl"
	#include "sleep.asl"
}

Scope (_GPE) {
	#include "gpe.asl"
}