mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / razer / blade_stealth_kbl / acpi / mainboard.asl
blobca4a808795b5abd4bb74df9174ad56fbd8ee8d7e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Scope (\_SB)
5         Device (LID0)
6         {
7                 Name (_HID, EisaId ("PNP0C0D"))
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                 }
21                 Method (_STA)
22                 {
23                         Return (_LID)
24                 }
25         }