Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Kong authored and Jamie Kong committed Dec 8, 2020
1 parent 3120d45 commit a2d9b7d
Show file tree
Hide file tree
Showing 35 changed files with 734 additions and 472 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added ACPI/.DS_Store
Binary file not shown.
Binary file removed ACPI/SSDT-DGPU.aml
Binary file not shown.
97 changes: 0 additions & 97 deletions ACPI/SSDT-DGPU.dsl

This file was deleted.

Binary file added ACPI/SSDT-GPRW.aml
Binary file not shown.
51 changes: 51 additions & 0 deletions ACPI/SSDT-GPRW.dsl
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 removed ACPI/SSDT-PLUG-DRTNIA.aml
Binary file not shown.
161 changes: 0 additions & 161 deletions ACPI/SSDT-PLUG-DRTNIA.dsl

This file was deleted.

Binary file added ACPI/SSDT-TPDX.aml
Binary file not shown.
Loading

0 comments on commit a2d9b7d

Please sign in to comment.