summaryrefslogtreecommitdiffstats
path: root/src/ec/google/chromeec/acpi/pd.asl
blob: 5b45ab1b2b9b846d291b089b473504557cf8274a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

Device (ECPD)
{
	Name (_HID, "GOOG0003")
	Name (_UID, 1)
	Name (_DDN, "EC PD Device")
	Method(_STA, 0)
	{
		Return (0xB)
	}
}