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
drivers/mipi: Add support for KD_KD110N11_51IE panel
[coreboot2.git]
/
src
/
mainboard
/
google
/
stout
/
acpi
/
mainboard.asl
blob
f8cbe2126ff7da9d8270563639dd31eab1a68472
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Scope (\_SB)
4
{
5
Device (LID0)
6
{
7
Name (_HID, EisaId("PNP0C0D"))
8
Name (_PRW, Package() {0x18, 4})
9
10
Method (_LID, 0)
11
{
12
\LIDS = \_SB.PCI0.LPCB.EC0.HPLD
13
Return (\LIDS)
14
}
15
16
Method (_PSW, 1)
17
{
18
// Enable/Disable LID as a wake source
19
\_SB.PCI0.LPCB.EC0.HWLO = Arg0
20
}
21
}
22
}