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
/
ac.asl
blob
ec8c704074dff37eac8384db2a3f78090880140f
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
//SCOPE EC0
4
5
Device (AC)
6
{
7
Name (_HID, "ACPI0003")
8
Name (_PCL, Package () { \_SB })
9
10
Method (_PSR, 0, NotSerialized) // _PSR: Power Source
11
{
12
Printf ("-----> AC: _PSR")
13
Printf ("<----- AC: _PSR")
14
Return (PWRS)
15
}
16
}