repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ec/starlabs/merlin: Remove unused variant directories
[coreboot.git]
/
src
/
ec
/
google
/
chromeec
/
acpi
/
pd.asl
blob
4011643935d85fd37910dfe8ddc18c5aecf49245
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Device (ECPD)
4
{
5
Name (_HID, "GOOG0003")
6
Name (_UID, 1)
7
Name (_DDN, "EC PD Device")
8
Method(_STA, 0)
9
{
10
Return (0xF)
11
}
12
}