summaryrefslogtreecommitdiffstats
path: root/src/mainboard/msi/ms7e06/acpi/mainboard.asl
blob: 8cc72ab68d73e2464966c0179cde247490c25168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */

Scope (_GPE) {
	/* Empty PCI_EXP_STS handler */
	Method (_L69, 0, Serialized) { }
}

Scope (\_SB.PCI0) {
	/* This device triggers automatic drivers and MSI utilities installation on Windows */
	Device (MSIV) {
		Name (_HID, "MBID0001")
		Name (_UID, 1)
		Method (_STA, 0, NotSerialized){
			Return (1)
		}
	}
}