1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2014 Google Inc.
4 */
5
6Device (ECPD)
7{
8	Name (_HID, "GOOG0003")
9	Name (_UID, 1)
10	Name (_DDN, "EC PD Device")
11	Method(_STA, 0)
12	{
13		Return (0xB)
14	}
15}
16