RehabMan / patch-nvme

A set of scripts and plists for patching IONVMeFamily.kext for non-Apple NVMe SSDs (based on the work of PikeRAlpha)
439 stars 70 forks source link

Patch for Liteon/Plextor/Hynix doesn't seem to work with 10.15.1 #53

Open jief666 opened 4 years ago

jief666 commented 4 years ago

Here is a new one :

            <dict>
                <key>Comment</key>
                <string>IONVMeFamily patch for SSD Liteon etc. (c)jief_machak</string>
                <key>Disabled</key>
                <false/>
                <key>MatchOS</key>
                <string>10.15.x</string>
                <key>Name</key>
                <string>com.apple.iokit.IONVMeFamily</string>
                <key>Find</key>
                <data>D4NOAQAA</data>
                <key>Replace</key>
                <data>kJCQkJCQ</data>
            </dict>
jief666 commented 4 years ago

I eventually did a PR#54. So you can close this. Thanks.