Attachment 'acpi.asl.diff'
Download 1 --- acpi.asl.dist 2022-05-31 05:32:47.610675000 -0600
2 +++ acpi.asl 2022-06-02 00:45:59.581155000 -0600
3 @@ -2489,7 +2489,7 @@
4 ,, )
5 IO (Decode16,
6 0x0070, // Range Minimum
7 - 0x0077, // Range Maximum
8 + 0x0070, // Range Maximum
9 0x01, // Alignment
10 0x08, // Length
11 )
12 @@ -13072,7 +13072,7 @@
13 Name (AWT0, Zero)
14 Name (DLED, Zero)
15 Name (IBT1, Zero)
16 - Name (ECAV, One)
17 + Name (ECAV, Zero)
18 Name (SPT2, Zero)
19 Name (PB10, Zero)
20 Name (IWCW, Zero)
21 @@ -13422,6 +13422,11 @@
22 Name (_UID, One) // _UID: Unique ID
23 Method (_STA, 0, NotSerialized) // _STA: Status
24 {
25 + If (ECAV == Zero)
26 + {
27 + Return (0x1D)
28 + }
29 +
30 If ((ECWR & 0x02))
31 {
32 Return (0x1F)
33 @@ -15266,7 +15271,7 @@
34 {
35 Return (Package (0x15)
36 {
37 - Zero,
38 + 0x00,
39 Zero,
40 Zero,
41 Zero,
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.