aboutsummaryrefslogtreecommitdiff
path: root/src/ec/starlabs/merlin
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-02-24 10:41:29 +0000
committerFelix Held <felix-coreboot@felixheld.de>2022-03-01 11:55:06 +0000
commitc64626c9d90b4b2eb0a6c959f5af5303bf048d78 (patch)
treefe128d345f107ad6a25eb91779281bdf004e0e58 /src/ec/starlabs/merlin
parentf6ea89d684e7eb15a192a3d7c4406d0d4fe655c3 (diff)
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>
Diffstat (limited to 'src/ec/starlabs/merlin')
-rw-r--r--src/ec/starlabs/merlin/acpi/keyboard.asl59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/ec/starlabs/merlin/acpi/keyboard.asl b/src/ec/starlabs/merlin/acpi/keyboard.asl
deleted file mode 100644
index fc7b1e4072..0000000000
--- a/src/ec/starlabs/merlin/acpi/keyboard.asl
+++ /dev/null
@@ -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")
-}