-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jamie Kong
authored and
Jamie Kong
committed
Dec 8, 2020
1 parent
3120d45
commit a2d9b7d
Showing
35 changed files
with
734 additions
and
472 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/* | ||
* Intel ACPI Component Architecture | ||
* AML/ASL+ Disassembler version 20200528 (64-bit version) | ||
* Copyright (c) 2000 - 2020 Intel Corporation | ||
* | ||
* Disassembling to symbolic ASL+ operators | ||
* | ||
* Disassembly of iASLq9eQis.aml, Tue Dec 8 17:25:42 2020 | ||
* | ||
* Original Table Header: | ||
* Signature "SSDT" | ||
* Length 0x00000065 (101) | ||
* Revision 0x02 | ||
* Checksum 0x37 | ||
* OEM ID "ACDT" | ||
* OEM Table ID "GPRW" | ||
* OEM Revision 0x00000000 (0) | ||
* Compiler ID "INTL" | ||
* Compiler Version 0x20180427 (538444839) | ||
*/ | ||
DefinitionBlock ("", "SSDT", 2, "ACDT", "GPRW", 0x00000000) | ||
{ | ||
External (XPRW, MethodObj) // 2 Arguments | ||
|
||
Method (GPRW, 2, NotSerialized) | ||
{ | ||
If (_OSI ("Darwin")) | ||
{ | ||
If ((0x6D == Arg0)) | ||
{ | ||
Return (Package (0x02) | ||
{ | ||
0x6D, | ||
Zero | ||
}) | ||
} | ||
|
||
If ((0x0D == Arg0)) | ||
{ | ||
Return (Package (0x02) | ||
{ | ||
0x0D, | ||
Zero | ||
}) | ||
} | ||
} | ||
|
||
Return (XPRW (Arg0, Arg1)) | ||
} | ||
} | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.