Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62333 )
Change subject: ec/starlabs/merlin: Remove unused keyboard.asl ......................................................................
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 --- D src/ec/starlabs/merlin/acpi/keyboard.asl 1 file changed, 0 insertions(+), 59 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Elyes Haouas: Looks good to me, approved Andy Pont: Looks good to me, but someone else must approve
diff --git a/src/ec/starlabs/merlin/acpi/keyboard.asl b/src/ec/starlabs/merlin/acpi/keyboard.asl deleted file mode 100644 index fc7b1e4..0000000 --- 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") -}