mb/google/trulo/var/uldrenite: Add fw_config probe for touchscreen
[coreboot2.git] / src / ec / quanta / it8518 / acpi / ac.asl
blobf88baef157bbefb4ff6fae8cba4a77521da3e33d
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 // Scope (EC0)
5 Device (AC)
7         Name (_HID, "ACPI0003")
8         Name (_PCL, Package () { \_SB })
10         Method (_PSR)
11         {
12                 Local0 = ACPW
13                 Return(Local0)
14         }
16         Method (_STA)
17         {
18                 Return (0x0F)
19         }