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
mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git]
/
src
/
mainboard
/
getac
/
p470
/
acpi
/
mainboard.asl
blob
91aa4a12cb3bd23a52af4799579eb144bd8bf0ec
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Device (LID0)
4
{
5
Name(_HID, EisaId("PNP0C0D"))
6
Method(_LID, 0)
7
{
8
If(\_SB.PCI0.LPCB.EC0.LIDS) {
9
Return (0)
10
} Else {
11
Return (1)
12
}
13
}
14
}
15
16
Device (SLPB)
17
{
18
Name(_HID, EisaId("PNP0C0E"))
19
}
20
21
Device (PWRB)
22
{
23
Name(_HID, EisaId("PNP0C0C"))
24
25
// Wake
26
Name(_PRW, Package(){0x1d, 0x04})
27
}
28
29
#include "acpi/battery.asl"