ec/starlabs/merlin: Remove unused keyboard.asl

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ife0f5b8b6102b543a7ace6739fa44d32ca80dcde
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62333
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Andy Pont <andy.pont@sdcsystems.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Sean Rhodes 2022-02-24 10:41:29 +00:00 committed by Felix Held
parent f6ea89d684
commit c64626c9d9
1 changed files with 0 additions and 59 deletions

View File

@ -1,59 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
Method(_Q80) // Volume up
{
Printf ("-----> _Q80")
Notify (\_SB.HIDD, 0xC4)
Notify (\_SB.HIDD, 0xC5)
Printf ("<----- _Q80")
}
Method(_Q81) // Volume down
{
Printf ("-----> _Q81")
Notify (\_SB.HIDD, 0xC6)
Notify (\_SB.HIDD, 0xC7)
Printf ("<----- _Q81")
}
Method(_Q99) // Wireless mode
{
Printf ("-----> _Q99")
^^^^HIDD.HPEM (8)
Printf ("<----- _Q99")
}
Method(_Q06) // Brightness decrease
{
^^^^HIDD.HPEM (19)
}
Method(_Q05) // Brightness increase
{
^^^^HIDD.HPEM (20)
}
Method(_Q08) // FN lock QEvent
{
FNLC = FNST
}
Method(_Q54) // Power Button Event
{
Printf ("-----> _Q54")
Printf ("<----- _Q54")
}
Method(_QD5) // 10 second power button press
{
Printf ("-----> _QD5")
\_SB.PWPR()
Printf ("<----- _QD5")
}
Method(_QD6) // 10 second power button de-press
{
Printf ("-----> _QD6")
\_SB.PWRR()
Printf ("<----- _QD6")
}