Skip to content

Commit

Permalink
AcpiSamples: Rename OEM vendor to ACDT
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Sep 3, 2019
1 parent f7082c6 commit 1506f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manual/SSDT-PNLF.dsl
Expand Up @@ -17,7 +17,7 @@
#define CUSTOM_PWMMAX_1499 0x1499
#define COFFEELAKE_PWMMAX 0xffff

DefinitionBlock("", "SSDT", 2, "hack", "_PNLF", 0)
DefinitionBlock("", "SSDT", 2, "ACDT", "PNLF", 0)
{
External(RMCF.BKLT, IntObj)
External(RMCF.LMAX, IntObj)
Expand Down
2 changes: 1 addition & 1 deletion Manual/Sample.dsl
@@ -1,4 +1,4 @@
DefinitionBlock ("", "SSDT", 2, "APPLE ", "SSDTAMDGPU", 0x00001000)
DefinitionBlock ("", "SSDT", 2, "ACDT ", "AMDGPU", 0x00001000)
{
External (_SB_.PCI0, DeviceObj)
External (_SB_.PCI0.GFX0, DeviceObj)
Expand Down

0 comments on commit 1506f0e

Please sign in to comment.