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/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git]
/
src
/
mainboard
/
asus
/
p5gc-mx
/
acpi
/
mainboard.asl
blob
7e6bfb83746ebf809476568d6ca0962dd1f85ed4
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Device (SLPB)
4
{
5
Name(_HID, EisaId("PNP0C0E"))
6
7
// Wake
8
Name(_PRW, Package(){0x1d, 0x04})
9
}
10
11
Device (PWRB)
12
{
13
Name(_HID, EisaId("PNP0C0C"))
14
15
// Wake
16
Name(_PRW, Package(){0x1d, 0x04})
17
}