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
soc/mediatek: Correct value's data type to u8 in dptx
[coreboot2.git]
/
src
/
mainboard
/
roda
/
rk9
/
acpi
/
mainboard.asl
blob
d50a9441133bd5811acdf42544ef737c13382bee
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.LIDC)
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(){0x18, 0x04})
23
}
24
25
#include "acpi/battery.asl"