Created
October 7, 2020 04:30
-
-
Save zurohki/3e674e4438ab9610f05ec5b411b03986 to your computer and use it in GitHub Desktop.
S3 sleep patch for Asus UM425IA (untested)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/dsdt.dsl 2020-10-07 15:01:45.919609772 +1100 | |
+++ b/dsdt.dsl 2020-10-07 15:18:42.255048819 +1100 | |
@@ -18,7 +18,7 @@ | |
* Compiler ID "INTL" | |
* Compiler Version 0x20120913 (538052883) | |
*/ | |
-DefinitionBlock ("", "DSDT", 2, "_ASUS_", "Notebook", 0x01072009) | |
+DefinitionBlock ("", "DSDT", 2, "_ASUS_", "Notebook", 0x01072010) | |
{ | |
External (_SB_.ALIB, MethodObj) // 2 Arguments | |
External (_SB_.APTS, MethodObj) // 1 Arguments | |
@@ -2968,7 +2968,7 @@ | |
Zero, | |
Zero | |
}) | |
- Name (XS3, Package (0x04) | |
+ Name (_S3, Package (0x04) // _S3_: S3 System State | |
{ | |
0x03, | |
Zero, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment