Skip to content

Commit

Permalink
1. Added Mirone resources to ALC892 thanks to cecekpawon;
Browse files Browse the repository at this point in the history
2. Added ALC668 resources for DELL Precision M3800 by Syscl.
  • Loading branch information
vit9696 committed Apr 3, 2016
1 parent efe824b commit 878c208
Show file tree
Hide file tree
Showing 10 changed files with 1,256 additions and 307 deletions.
1,479 changes: 1,174 additions & 305 deletions AppleALC/kern_resources.cpp

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ AppleALC Changelog
- Added custom ALC282 resources for Acer Aspire E1-572G layout-id 28
- Added into ALC269 info.plist no-sleep, no-click, headphone detect patches
- Added ALC282 resources for Acer Aspire on IvyBridge by Andrey1970 layout-id 27
- Added Mirone resources to ALC892 thanks to cecekpawon
- Added ALC668 resources for DELL Precision M3800 by Syscl

#### v1.0.6
- Reduced kext size by optimising capstone build options
Expand Down
32 changes: 31 additions & 1 deletion Resources/ALC668/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Author</key>
<string>alex1960</string>
<string>Multiple</string>
<key>CodecID</key>
<integer>1640</integer>
<key>CodecName</key>
Expand All @@ -20,6 +20,14 @@
<key>Path</key>
<string>layout3.xml.zlib</string>
</dict>
<dict>
<key>Comment </key>
<string>Custom by Syscl for laptop Dell Precision M3800</string>
<key>Id</key>
<integer>27</integer>
<key>Path</key>
<string>layout27.xml.zlib</string>
</dict>
<dict>
<key>Comment</key>
<string>Custom by m-dudarev for laptop Asus N750Jk</string>
Expand All @@ -39,6 +47,14 @@
<key>Path</key>
<string>PlatformsM.xml.zlib</string>
</dict>
<dict>
<key>Comment </key>
<string>Custom by Syscl for laptop Dell Precision M3800</string>
<key>Id</key>
<integer>27</integer>
<key>Path</key>
<string>Platforms27.xml.zlib</string>
</dict>
<dict>
<key>Comment</key>
<string>Custom by m-dudarev laptop Asus N750Jk</string>
Expand Down Expand Up @@ -125,6 +141,20 @@
<key>Replace</key>
<data>aAbsEA==</data>
</dict>
<dict>
<key>Count</key>
<integer>2</integer>
<key>Find</key>
<data>hBnUEQ==</data>
<key>MinKernel</key>
<integer>13</integer>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>aAbsEA==</data>
<key>Comment</key>
<string>Check this patch for 10.9 compliance</string>
</dict>
<dict>
<key>Count</key>
<integer>2</integer>
Expand Down
Binary file added Resources/ALC668/Platforms27.xml.zlib
Binary file not shown.
Binary file added Resources/ALC668/layout27.xml.zlib
Binary file not shown.
50 changes: 49 additions & 1 deletion Resources/ALC892/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Author</key>
<string>FredWst, m-dudarev</string>
<string>FredWst, m-dudarev, cecekpawon</string>
<key>CodecID</key>
<integer>2194</integer>
<key>CodecName</key>
Expand Down Expand Up @@ -36,6 +36,30 @@
<key>Path</key>
<string>layout3.xml.zlib</string>
</dict>
<dict>
<key>Comment</key>
<string>Mirone Resources by cecekpawon</string>
<key>Id</key>
<integer>5</integer>
<key>Path</key>
<string>layout5.xml.zlib</string>
</dict>
<dict>
<key>Comment</key>
<string>Mirone Resources by cecekpawon</string>
<key>Id</key>
<integer>7</integer>
<key>Path</key>
<string>layout7.xml.zlib</string>
</dict>
<dict>
<key>Comment</key>
<string>Mirone Resources by cecekpawon</string>
<key>Id</key>
<integer>9</integer>
<key>Path</key>
<string>layout9.xml.zlib</string>
</dict>
</array>
<key>Platforms</key>
<array>
Expand Down Expand Up @@ -63,6 +87,30 @@
<key>Path</key>
<string>PlatformsT.xml.zlib</string>
</dict>
<dict>
<key>Comment</key>
<string>Mirone Resources by cecekpawon</string>
<key>Id</key>
<integer>5</integer>
<key>Path</key>
<string>PlatformsM.xml.zlib</string>
</dict>
<dict>
<key>Comment</key>
<string>Mirone Resources by cecekpawon</string>
<key>Id</key>
<integer>7</integer>
<key>Path</key>
<string>PlatformsM.xml.zlib</string>
</dict>
<dict>
<key>Comment</key>
<string>Mirone Resources by cecekpawon</string>
<key>Id</key>
<integer>9</integer>
<key>Path</key>
<string>PlatformsM.xml.zlib</string>
</dict>
</array>
</dict>
<key>Patches</key>
Expand Down
Binary file added Resources/ALC892/PlatformsM.xml.zlib
Binary file not shown.
Binary file added Resources/ALC892/layout5.xml.zlib
Binary file not shown.
Binary file added Resources/ALC892/layout7.xml.zlib
Binary file not shown.
Binary file added Resources/ALC892/layout9.xml.zlib
Binary file not shown.

0 comments on commit 878c208

Please sign in to comment.