Update card reader kext

This commit is contained in:
racka98
2020-11-29 09:44:37 +03:00
parent 377a66f3bb
commit 3c46260f97
4 changed files with 202 additions and 476 deletions
+187 -463
View File
File diff suppressed because it is too large Load Diff
@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>16D32</string> <string>19E287</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@@ -17,47 +17,49 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0</string> <string>2.3</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>7</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>8C1002</string> <string>11E608c</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>GM</string> <string>GM</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>16C58</string> <string>17A315g</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx10.12</string> <string>macosx10.13</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>0821</string> <string>1150</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>8C1002</string> <string>11E608c</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>rtsx_softc</key> <key>Sinetek_rtsx</key>
<dict> <dict>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.sinet3k.Sinetek-rtsx</string> <string>com.sinet3k.Sinetek-rtsx</string>
<key>IOClass</key> <key>IOClass</key>
<string>rtsx_softc</string> <string>Sinetek_rtsx</string>
<key>IOKitDebug</key> <key>IOKitDebug</key>
<integer>65535</integer> <integer>65535</integer>
<key>IOPCIMatch</key> <key>IOPCIMatch</key>
<string>0x520910EC 0x522710EC 0x522910EC 0x522A10EC 0x524910EC 0x528610EC 0x528710EC 0x528910EC</string> <string>0x520910EC 0x522710EC 0x522910EC 0x522A10EC 0x524910EC 0x528610EC 0x528710EC 0x528910EC 0x525A10EC</string>
<key>IOProbeScore</key> <key>IOProbeScore</key>
<integer>1000</integer> <integer>1000</integer>
<key>IOProviderClass</key> <key>IOProviderClass</key>
<string>IOPCIDevice</string> <string>IOPCIDevice</string>
</dict> </dict>
</dict> </dict>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 sinetek. All rights reserved.</string> <string>Copyright © 2017 sinetek (modified by cholonam). All rights reserved.</string>
<key>OSBundleLibraries</key> <key>OSBundleLibraries</key>
<dict> <dict>
<key>com.apple.iokit.IOPCIFamily</key> <key>com.apple.iokit.IOPCIFamily</key>
+1 -1
View File
@@ -50,7 +50,7 @@ EFI folder and Guide for Thinkpad T450 and T450s Hackintosh Catalina.
- Touchpad - Touchpad
- Trackpoint - Trackpoint
- miniDP - miniDP
- SD Card Reader (Thanks to @willmav5000) - SD Card Reader (Enable Sinetek-rtsx.kext in Config.plist because it is unstable to be left on by default)
- Use [one-key-hidpi](https://github.com/xzhih/one-key-hidpi) to enable HiDPI - Use [one-key-hidpi](https://github.com/xzhih/one-key-hidpi) to enable HiDPI
- If you are using a usb mouse with side buttons, you can spoof apple usb mouse by change the pid and vid in AnyAppleUSBMouse.kext/Info.plist and enable it in config.plist. - If you are using a usb mouse with side buttons, you can spoof apple usb mouse by change the pid and vid in AnyAppleUSBMouse.kext/Info.plist and enable it in config.plist.