1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* SPDX-License-Identifier: GPL-2.0-only */ Scope (\_SB.PCI0.LPCB) { Device (AC) { Name (_HID, "ACPI0003") Name (_PCL, Package () { LPCB }) Name (ACFG, One) Method (_PSR, 0, NotSerialized) { Return (ACFG) } } }