From 49181309346628ca31ebb5c11efa236768c364d6 Mon Sep 17 00:00:00 2001 From: 1alessandro1 <46293832+1alessandro1@users.noreply.github.com> Date: Sat, 29 Aug 2020 00:46:41 +0200 Subject: [PATCH] Update ssdttime.md --- Universal/ec-methods/ssdttime.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Universal/ec-methods/ssdttime.md b/Universal/ec-methods/ssdttime.md index 859d975..354f324 100644 --- a/Universal/ec-methods/ssdttime.md +++ b/Universal/ec-methods/ssdttime.md @@ -2,9 +2,13 @@ The second involves using SSDTTime which automates most of the process. See here on how to use it: [SSDTs: Easy Way](/ssdt-methods/ssdt-easy.md) -To get the SSDT-PLUG, run the following: +To get the SSDT-PLUG on desktops, run the following: -* `4. Dump DSDT` then run `2. FakeEC` +* `7. Dump DSDT` then run `2. FakeEC` + +To get the SSDT-PLUG on laptops, run the following: + +* `7. Dump DSDT` then run `3. FakeEC Laptop` This will provide you with some files, the main one you care about is SSDT-EC**.aml**. The DSDT and .dsl are only left for referencing or verification.