Change-Id: Iac0f0c3d102a9a900ac168f8be907349d9a3dd42 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43565 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
30 lines
302 B
Plaintext
30 lines
302 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
Scope (\_SB)
|
|
{
|
|
Device (LID0)
|
|
{
|
|
Name (_HID, EisaId ("PNP0C0D"))
|
|
|
|
Method (_STA)
|
|
{
|
|
Return (0xF)
|
|
}
|
|
|
|
Method (_LID)
|
|
{
|
|
Return (\LIDS)
|
|
}
|
|
}
|
|
|
|
Device (SLPB)
|
|
{
|
|
Name (_HID, EisaId ("PNP0C0E"))
|
|
|
|
Method (_STA)
|
|
{
|
|
Return (0xF)
|
|
}
|
|
}
|
|
}
|