Skip to content

Instantly share code, notes, and snippets.

@zurohki
Created October 7, 2020 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zurohki/3e674e4438ab9610f05ec5b411b03986 to your computer and use it in GitHub Desktop.
Save zurohki/3e674e4438ab9610f05ec5b411b03986 to your computer and use it in GitHub Desktop.
S3 sleep patch for Asus UM425IA (untested)
--- 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