Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jack Sense and EAPD support to ALC230 layout 13 & 20 and add WakeConfigData to layout 13 #618

Merged
merged 2 commits into from
Nov 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/ALC230/Platforms13.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<array>
<dict>
<key>Comment</key>
<string>Realtek ALC230 for Lenovo Ideapad 320</string>
<string>Realtek ALC230</string>
<key>PathMap</key>
<array>
<array>
Expand Down
2 changes: 1 addition & 1 deletion Resources/ALC230/Platforms20.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<array>
<dict>
<key>Comment</key>
<string>Realtek ALC230 for Lenovo Ideapad 320</string>
<string>Realtek ALC230</string>
<key>PathMap</key>
<array>
<array>
Expand Down
18 changes: 11 additions & 7 deletions Resources/PinConfigs.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -782,14 +782,18 @@
<key>ConfigData</key>
<data>
ASccEAEnHQABJx6gAScfkAFHHCABRx0AAUce
FwFHH5ABlxwwAZcdEAGXHosBlx8EAhccQAIX
HRACFx4rAhcfBAE3HFABNx0AATceAAE3H0AB
1xxgAdcdsAHXHmYB1x9AAUcMAgGXDAI=
FwFHH5ABRwwCAZccMAGXHRABlx6BAZcfBAIX
HEACFx0QAhceKwIXHwQCFwwCATccUAE3HQAB
Nx4AATcfQAHXHGAB1x2wAdceZgHXH0A=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>13</integer>
<key>WakeConfigData</key>
<data>AUcMAgIXDAIBlwcl</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
<dict>
<key>AFGLowPowerState</key>
Expand All @@ -800,16 +804,16 @@
<integer>283902512</integer>
<key>ConfigData</key>
<data>
AhccEAIXHRACFx4rAhcfBAFHHCABRx0BAUce
FwFHH5ABJxwwAScdAQEnHqABJx+QAZccQAGX
HRABlx6LAZcfBAFHDAI=
AUccEAFHHQEBRx4XAUcfkAFHDAICFxwgAhcd
EAIXHiECFx8TAhcMAgEnHDABJx0BASceoAEn
H5ABlxxAAZcdEQGXHoEBlx+T
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>20</integer>
<key>WakeConfigData</key>
<data>AZcHJQ==</data>
<data>AUcMAgIXDAIBlwcl</data>
<key>WakeVerbReinit</key>
<true/>
</dict>
Expand Down