aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/lemp9/acpi/buttons.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/lemp9/acpi/buttons.asl')
-rw-r--r--src/mainboard/system76/lemp9/acpi/buttons.asl13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/system76/lemp9/acpi/buttons.asl b/src/mainboard/system76/lemp9/acpi/buttons.asl
deleted file mode 100644
index 81e61242bf..0000000000
--- a/src/mainboard/system76/lemp9/acpi/buttons.asl
+++ /dev/null
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-Device (PWRB)
-{
- Name (_HID, EisaId ("PNP0C0C"))
- Name (_PRW, Package () { 0x29 /* GPP_D9 */, 3 })
-}
-
-Device (SLPB)
-{
- Name (_HID, EisaId ("PNP0C0E"))
- Name (_PRW, Package () { 0x29 /* GPP_D9 */, 3 })
-}