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
/
system76
/
kbl-u
/
acpi
/
buttons.asl
blob
103c794595df57cfde4ce9f9b931ee41e7f8b6fc
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Device (PWRB)
4
{
5
Name (_HID, EisaId ("PNP0C0C"))
6
Name (_PRW, Package () { 0x13 /* GPP_C19 */, 3 })
7
}
8
9
Device (SLPB)
10
{
11
Name (_HID, EisaId ("PNP0C0E"))
12
Name (_PRW, Package () { 0x13 /* GPP_C19 */, 3 })
13
}