summaryrefslogtreecommitdiff
path: root/src/ec/starlabs/it8987/acpi/thermal.asl
blob: 6bf25bf7b6079378b279f3f4387d9a3f7435fa18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

Method(_QF0)				// Thermal event.
{
	If (LEqual (DBGS, 0x00))
	{
		/* Only handle the numerous thermal events if we are */
		/* NOT doing ACPI Debugging. */
		If (CondRefOf (\_TZ.TZ01))
		{
			Notify (\_TZ.TZ01, 0x80)
		}
	}
}