summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t410/acpi/platform.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t410/acpi/platform.asl')
-rw-r--r--src/mainboard/lenovo/t410/acpi/platform.asl15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/lenovo/t410/acpi/platform.asl b/src/mainboard/lenovo/t410/acpi/platform.asl
index a5c3964499..3bea2261f5 100644
--- a/src/mainboard/lenovo/t410/acpi/platform.asl
+++ b/src/mainboard/lenovo/t410/acpi/platform.asl
@@ -22,18 +22,3 @@ Method(_WAK,1)
/* Not implemented. */
Return(Package(){0,0})
}
-
-Method(UCMS, 1, Serialized)
-{
- Switch(ToInteger(Arg0))
- {
- Case (0x0c) /* Turn on ThinkLight */
- {
- \_SB.PCI0.LPCB.EC.LGHT(1)
- }
- Case (0x0d) /* Turn off ThinkLight */
- {
- \_SB.PCI0.LPCB.EC.LGHT(0)
- }
- }
-}