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
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
ec
/
roda
/
it8518
/
acpi
/
lid.asl
blob
3563cbca94e8c5208ff0b09123b11554a02d2b4c
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
//SCOPE EC0
4
5
Device (LID)
6
{
7
Name (_HID, EisaId ("PNP0C0D"))
8
Method (_LID, 0, NotSerialized) // _LID: Lid Status
9
{
10
Printf ("-----> LID0: _LID")
11
Printf ("<----- LID0: _LID")
12
Return (LIDS)
13
}
14
}