repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
commonlib: Refactor CSE sync eventLog
[coreboot2.git]
/
src
/
mainboard
/
roda
/
rk886ex
/
acpi
/
mainboard.asl
blob
4178d1a62134348eb1547e23ab35fd003a1abf04
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Device (LID0)
4
{
5
Name(_HID, EisaId("PNP0C0D"))
6
Method(_LID, 0)
7
{
8
Return (\_SB.PCI0.LPCB.EC0.P61S)
9
}
10
}
11
12
Device (SLPB)
13
{
14
Name(_HID, EisaId("PNP0C0E"))
15
}
16
17
Device (PWRB)
18
{
19
Name(_HID, EisaId("PNP0C0C"))
20
21
// Wake
22
Name(_PRW, Package(){0x1d, 0x04})
23
}
24
25
#include "acpi/battery.asl"