Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ssdttime.md #91

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Universal/awac-methods/ssdttime.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The second involves using SSDTTime which automates most of the process. See here

To get the SSDT-PMC, run the following:

* `7. Dump DSDT` then run `6. AWAC`
* `P. Dump DSDT` then run `6. AWAC`

This will provide you with some files, the main one you care about is SSDT-AWAC.**aml**. or SSDT-RTC0.**aml**. The DSDT and .dsl are only left for referencing or verification.

Expand Down
4 changes: 2 additions & 2 deletions Universal/ec-methods/ssdttime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ The second involves using SSDTTime which automates most of the process. See here

To get the SSDT-EC on desktops, run the following:

* `7. Dump DSDT` then run `2. FakeEC`
* `P. Dump DSDT` then run `2. FakeEC`

To get the SSDT-EC on laptops, run the following:

* `7. Dump DSDT` then run `3. FakeEC Laptop`
* `P. 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.

Expand Down
2 changes: 1 addition & 1 deletion Universal/nvram-methods/ssdttime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The second involves using SSDTTime which automates most of the process. See here

To get the SSDT-PMC, run the following:

* `7. Dump DSDT` then run `5. PMC`
* `P. Dump DSDT` then run `5. PMC`

This will provide you with some files, the main one you care about is SSDT-PMC.**aml**. The DSDT and .dsl are only left for referencing or verification.

Expand Down
2 changes: 1 addition & 1 deletion Universal/plug-methods/ssdttime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The second involves using SSDTTime which automates most of the process. See here

To get the SSDT-PLUG, run the following:

* `7. Dump DSDT` then run `3. PluginType`
* `P. Dump DSDT` then run `3. PluginType`

This will provide you with some files, the main one you care about is SSDT-PLUG.**aml**. The DSDT and .dsl are only left for referencing or verification.

Expand Down
2 changes: 1 addition & 1 deletion Universal/rhub-methods/ssdttime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The second involves using SSDTTime which automates most of the process. See here

To get the SSDT-RHUB, run the following:

* `8. Dump DSDT` then run `7. USB Reset`
* `P. Dump DSDT` then run `7. USB Reset`

This will provide you with some files, the main one you care about is SSDT-USB-Reset.**aml**(Same file as SSDT-RHUB). The DSDT and .dsl are only left for referencing or verification.

Expand Down