Skip to content

Instantly share code, notes, and snippets.

@zurohki
Created August 7, 2020 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zurohki/e44f17c7f18527b5dfea585a4e71d3fd to your computer and use it in GitHub Desktop.
Save zurohki/e44f17c7f18527b5dfea585a4e71d3fd to your computer and use it in GitHub Desktop.
Acer swift 3 4700U S3 sleep hack
--- a/dsdt.dsl 2020-08-07 21:22:12.833433612 +1000
+++ b/dsdt.dsl 2020-08-07 21:28:58.002269892 +1000
@@ -18,7 +18,7 @@
* Compiler ID "1025"
* Compiler Version 0x00040000 (262144)
*/
-DefinitionBlock ("", "DSDT", 1, "ACRSYS", "ACRPRDCT", 0x00000002)
+DefinitionBlock ("", "DSDT", 1, "ACRSYS", "ACRPRDCT", 0x00000003)
{
/*
* iASL Warning: There were 8 external control methods found during
@@ -798,20 +798,13 @@
Zero,
Zero
})
- If ((CNSB == Zero))
+ Name (_S3, Package (0x04) // _S3_: S3 System State
{
- If ((DAS3 == One))
- {
- Name (_S3, Package (0x04) // _S3_: S3 System State
- {
- 0x03,
- 0x03,
- Zero,
- Zero
- })
- }
- }
-
+ 0x03,
+ 0x03,
+ Zero,
+ Zero
+ })
Name (_S4, Package (0x04) // _S4_: S4 System State
{
0x04,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment