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
/
razer
/
blade_stealth_kbl
/
acpi
/
ac.asl
blob
0b3739ff33c4cfd4d0e7fb0f16a032d0642aa8bd
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Device (AC)
4
{
5
Name (_HID, "ACPI0003")
6
Name (_PCL, Package () { \_SB })
7
8
Method (_PSR)
9
{
10
Return (ACEX)
11
}
12
13
Method (_STA)
14
{
15
Return (0x0F)
16
}
17
}