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/prodrive/atlas: Remove the workaround for CLKREQ pins
[coreboot2.git]
/
src
/
soc
/
intel
/
braswell
/
acpi
/
dptf
/
wifi.asl
blob
9ea9ef615ee4fd103d825038ee8705346a70b0d5
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Device (WIFI)
4
{
5
Name (_HID, "INT3408")
6
Name (_UID, 0)
7
Name (PTYP, 0x07)
8
Name (_STR, Unicode("WIFI wireless device"))
9
10
Method (_STA)
11
{
12
If (\DPTE == 1) {
13
Return (0xF)
14
} Else {
15
Return (0x0)
16
}
17
}
18
}