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
/
mainboard.asl
blob
ca4a808795b5abd4bb74df9174ad56fbd8ee8d7e
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Scope (\_SB)
4
{
5
Device (LID0)
6
{
7
Name (_HID, EisaId ("PNP0C0D"))
8
9
Method (_LID)
10
{
11
if (\_SB.PCI0.LPCB.EC.LIDS > 1)
12
{
13
Return (1)
14
}
15
else
16
{
17
Return (0)
18
}
19
}
20
21
Method (_STA)
22
{
23
Return (_LID)
24
}
25
}
26
27
}