aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/lemp9/acpi/ac.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/lemp9/acpi/ac.asl')
-rw-r--r--src/mainboard/system76/lemp9/acpi/ac.asl22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/mainboard/system76/lemp9/acpi/ac.asl b/src/mainboard/system76/lemp9/acpi/ac.asl
deleted file mode 100644
index 7326676198..0000000000
--- a/src/mainboard/system76/lemp9/acpi/ac.asl
+++ /dev/null
@@ -1,22 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-Device (AC)
-{
- Name (_HID, "ACPI0003" /* Power Source Device */) // _HID: Hardware ID
- Name (_PCL, Package (0x01) // _PCL: Power Consumer List
- {
- _SB
- })
-
- Name (ACFG, One)
-
- Method (_PSR, 0, NotSerialized) // _PSR: Power Source
- {
- Return (ACFG)
- }
-
- Method (_STA, 0, NotSerialized) // _STA: Status
- {
- Return (0x0F)
- }
-}