-
Notifications
You must be signed in to change notification settings - Fork 2
/
GA503Q-BIOS410-DSDT-Enable.patch
39 lines (36 loc) · 1.15 KB
/
GA503Q-BIOS410-DSDT-Enable.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
commit 327cf9ecb2a0af2a0a987296a6cedb5c3df67f60
Author: Scott B <[email protected]>
Date: Sun Aug 29 14:29:31 2021 -0700
set StorageD3Enable on NVM2
diff --git a/DSDT.dsl b/DSDT.dsl
index cdc8a5d..e407904 100644
--- a/DSDT.dsl
+++ b/DSDT.dsl
@@ -18,7 +18,7 @@
* Compiler ID "INTL"
* Compiler Version 0x20190509 (538510601)
*/
-DefinitionBlock ("", "DSDT", 2, "ALASKA", "A M I ", 0x01072009)
+DefinitionBlock ("", "DSDT", 2, "ALASKA", "A M I ", 0x0107200A)
{
External (_SB_.ALS_, DeviceObj)
External (_SB_.ALS_.LUXL, UnknownObj)
@@ -12125,6 +12125,19 @@ DefinitionBlock ("", "DSDT", 2, "ALASKA", "A M I ", 0x01072009)
{
TPST (0x7053)
}
+
+ Name (_DSD, Package (0x02) // _DSD: Device-Specific Data
+ {
+ ToUUID ("5025030f-842f-4ab4-a561-99a5189762d0") /* Unknown UUID */,
+ Package (0x01)
+ {
+ Package (0x02)
+ {
+ "StorageD3Enable",
+ One
+ }
+ }
+ })
}
Scope (GPP6)