drivers/usb/intel_bluetooth: Add GBTR Method
[coreboot2.git] / src / mainboard / packardbell / ms2290 / acpi / ac.asl
blobf2cdac711499aac2557b2c889bd77cfe43b7df7c
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Device(AC)
5         Name(_HID, "ACPI0003")
6         Name(_UID, 0x00)
7         Name(_PCL, Package() { \_SB } )
9         Method(_PSR, 0, NotSerialized)
10         {
11                 return (HPAC)
12         }
14         Method(_STA, 0, NotSerialized)
15         {
16                 Return (0x0f)
17         }
20 /* AC status change */
21 Method(_Q50, 0, NotSerialized)
23         Notify (AC, 0x80)
26 /* AC status change */
27 Method(_Q51, 0, NotSerialized)
29         Notify (AC, 0x80)