1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2012 The Chromium OS Authors. All rights reserved.
4 */
5
6// Scope (EC0)
7
8Device (AC)
9{
10	Name (_HID, "ACPI0003")
11	Name (_PCL, Package () { \_SB })
12
13	Method (_PSR)
14	{
15		Return (ACEX)
16	}
17
18	Method (_STA)
19	{
20		Return (0x0F)
21	}
22}
23