Skip to content

Commit

Permalink
Sync changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jun 12, 2021
1 parent 824a768 commit 92c4558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ NVMeFix Changelog
=================
#### v1.0.9
- Added constants for macOS 12 support
- Fixed macOS 12 compatibility

#### v1.0.8
- Fixed applying quirks based on the disk name and serial
Expand Down
4 changes: 2 additions & 2 deletions NVMeFix/NVMeFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ bool NVMeFixPlugin::solveSymbols(KernelPatcher& kp) {
res &= (kextFuncs.IONVMeController.IssueIdentifyCommandNew.solve(kp, idx) ||
kextFuncs.IONVMeController.IssueIdentifyCommand.solve(kp, idx)) &&
kextFuncs.IONVMeController.ProcessSyncNVMeRequest.solve(kp, idx) &&
(kextFuncs.IONVMeController.GetRequest.solve(kp, idx) ||
kextFuncs.IONVMeController.GetRequestNew.solve(kp, idx)) &&
(kextFuncs.IONVMeController.GetRequestNew.solve(kp, idx) ||
kextFuncs.IONVMeController.GetRequest.solve(kp, idx)) &&
kextFuncs.AppleNVMeRequest.BuildCommandGetFeatures.solve(kp, idx) &&
kextFuncs.AppleNVMeRequest.BuildCommandSetFeaturesCommon.solve(kp, idx) &&
kextFuncs.IONVMeController.ReturnRequest.solve(kp, idx) &&
Expand Down

0 comments on commit 92c4558

Please sign in to comment.