Skip to content

Commit

Permalink
ed NVIDIA HDMI patches for GK208, GM206, GP106 for 10.13.4+ by FredWst
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Mar 28, 2018
1 parent 98b46c8 commit 480afc5
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,7 @@ AppleALC Changelog
- Added ALC663 layout-id 99 for ASUS N71J by alex1960
- Added CX20641 layout-id 11 and layout-id 13 for Dell OptiPlex 3010 or compatible by MacPeet
- Added CX20642 layout-id 11 and layout-id 13 for Fujitsu ESPRIMO E910 E90+ or compatible by MacPeet
- Added NVIDIA HDMI patches for GK208, GM206, GP106 for 10.13.4+ by FredWst

#### v1.2.3
- Added `alcid=layout` boot argument for testing purposes
Expand Down
75 changes: 75 additions & 0 deletions Resources/Controllers.plist
Expand Up @@ -694,5 +694,80 @@
<key>Vendor</key>
<string>AMD</string>
</dict>
<dict>
<key>Device</key>
<integer>3599</integer>
<key>Model</key>
<string>Desktop</string>
<key>Name</key>
<string>NVIDIA HDMI for GK208 in 10.13.4+</string>
<key>Patches</key>
<array>
<dict>
<key>Count</key>
<integer>1</integer>
<key>Find</key>
<data>3hALDg==</data>
<key>MinKernel</key>
<integer>17</integer>
<key>Name</key>
<string>AppleHDAController</string>
<key>Replace</key>
<data>3hAPDg==</data>
</dict>
</array>
<key>Vendor</key>
<string>NVIDIA</string>
</dict>
<dict>
<key>Device</key>
<integer>4337</integer>
<key>Model</key>
<string>Desktop</string>
<key>Name</key>
<string>NVIDIA HDMI for GP106 in 10.13.4+</string>
<key>Patches</key>
<array>
<dict>
<key>Count</key>
<integer>1</integer>
<key>Find</key>
<data>3hALDg==</data>
<key>MinKernel</key>
<integer>17</integer>
<key>Name</key>
<string>AppleHDAController</string>
<key>Replace</key>
<data>3hDxEA==</data>
</dict>
</array>
<key>Vendor</key>
<string>NVIDIA</string>
</dict>
<dict>
<key>Device</key>
<integer>4026</integer>
<key>Model</key>
<string>Desktop</string>
<key>Name</key>
<string>NVIDIA HDMI for GM206 in 10.13.4+</string>
<key>Patches</key>
<array>
<dict>
<key>Count</key>
<integer>1</integer>
<key>Find</key>
<data>3hALDg==</data>
<key>MinKernel</key>
<integer>17</integer>
<key>Name</key>
<string>AppleHDAController</string>
<key>Replace</key>
<data>3hC6Dw==</data>
</dict>
</array>
<key>Vendor</key>
<string>NVIDIA</string>
</dict>
</array>
</plist>

0 comments on commit 480afc5

Please sign in to comment.