Skip to content

Commit

Permalink
ResourceConverter: Rename ACPI OEM vendor to ACDT
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife authored Sep 3, 2019
1 parent d8398d2 commit d29ee83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ResourceConverter/ResourceConverter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function genSSDT() {
IFS=$ifs

cat << EOF > "${ssdtName}"
DefinitionBlock ("", "SSDT", 1, "APPLE ", "freqdata", 0x00000001)
DefinitionBlock ("", "SSDT", 1, "ACDT", "freqdata", 0x00000001)
{
//
// The CPU device name. (${cpuName} here)
Expand Down Expand Up @@ -173,4 +173,4 @@ function main() {
}

main "$@"
exit 0
exit 0

0 comments on commit d29ee83

Please sign in to comment.