-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2f949d
commit 2f0de68
Showing
8 changed files
with
386 additions
and
0 deletions.
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
...ry/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBOHCI.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>20A241133</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>AppleUSBOHCI</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.usb.AppleUSBOHCI</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>I/O Kit Driver for USB OHCI Controllers</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.2</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.2</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>21G309</string> | ||
<key>DTPlatformName</key> | ||
<string>macosx</string> | ||
<key>DTPlatformVersion</key> | ||
<string>12.6</string> | ||
<key>DTSDKBuild</key> | ||
<string>21G309</string> | ||
<key>DTSDKName</key> | ||
<string>macosx12.6.internal</string> | ||
<key>DTXcode</key> | ||
<string>1330</string> | ||
<key>DTXcodeBuild</key> | ||
<string>13E6049a</string> | ||
<key>IOKitPersonalities</key> | ||
<dict/> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>12.6</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2000-2020 Apple Inc. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>1.2</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.driver.usb.AppleUSBCommon</key> | ||
<string>1.0</string> | ||
<key>com.apple.driver.usb.AppleUSBEHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.iokit.IOUSBHostFamily</key> | ||
<string>1.2</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>16.0.0</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+596 KB
...sions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBOHCI.kext/Contents/MacOS/AppleUSBOHCI
Binary file not shown.
114 changes: 114 additions & 0 deletions
114
...Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBOHCIPCI.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>20A241133</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>AppleUSBOHCIPCI</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.usb.AppleUSBOHCIPCI</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>I/O Kit Driver for PCI USB OHCI Controllers</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.2</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.2</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>21G309</string> | ||
<key>DTPlatformName</key> | ||
<string>macosx</string> | ||
<key>DTPlatformVersion</key> | ||
<string>12.6</string> | ||
<key>DTSDKBuild</key> | ||
<string>21G309</string> | ||
<key>DTSDKName</key> | ||
<string>macosx12.6.internal</string> | ||
<key>DTXcode</key> | ||
<string>1330</string> | ||
<key>DTXcodeBuild</key> | ||
<string>13E6049a</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>AppleUSBOHCIPCI</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.usb.AppleUSBOHCIPCI</string> | ||
<key>IOClass</key> | ||
<string>AppleUSBOHCIPCI</string> | ||
<key>IOPCIClassMatch</key> | ||
<string>0x0c031000</string> | ||
<key>IOPCITunnelCompatible</key> | ||
<false/> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
</dict> | ||
</dict> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>12.6</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2000-2020 Apple Inc. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>1.2</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.driver.usb.AppleUSBCommon</key> | ||
<string>1.0</string> | ||
<key>com.apple.driver.usb.AppleUSBEHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.driver.usb.AppleUSBOHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>2.9</string> | ||
<key>com.apple.iokit.IOUSBHostFamily</key> | ||
<string>1.2</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>16.0.0</string> | ||
</dict> | ||
<key>OSBundleLibraries_x86_64</key> | ||
<dict> | ||
<key>com.apple.driver.usb.AppleUSBCommon</key> | ||
<string>1.0</string> | ||
<key>com.apple.driver.usb.AppleUSBEHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.driver.usb.AppleUSBOHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.iokit.IOACPIFamily</key> | ||
<string>1.4</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>2.9</string> | ||
<key>com.apple.iokit.IOUSBHostFamily</key> | ||
<string>1.2</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>16.0.0</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+232 KB
...IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBOHCIPCI.kext/Contents/MacOS/AppleUSBOHCIPCI
Binary file not shown.
77 changes: 77 additions & 0 deletions
77
...ry/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBUHCI.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>20A241133</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>AppleUSBUHCI</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.usb.AppleUSBUHCI</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>I/O Kit Driver for USB UHCI Controllers</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.2</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.2</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>21G309</string> | ||
<key>DTPlatformName</key> | ||
<string>macosx</string> | ||
<key>DTPlatformVersion</key> | ||
<string>12.6</string> | ||
<key>DTSDKBuild</key> | ||
<string>21G309</string> | ||
<key>DTSDKName</key> | ||
<string>macosx12.6.internal</string> | ||
<key>DTXcode</key> | ||
<string>1330</string> | ||
<key>DTXcodeBuild</key> | ||
<string>13E6049a</string> | ||
<key>IOKitPersonalities</key> | ||
<dict/> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>12.6</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2000-2020 Apple Inc. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>1.2</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.driver.usb.AppleUSBCommon</key> | ||
<string>1.0</string> | ||
<key>com.apple.driver.usb.AppleUSBEHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.iokit.IOUSBHostFamily</key> | ||
<string>1.2</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.private</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>16.0.0</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+576 KB
...sions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBUHCI.kext/Contents/MacOS/AppleUSBUHCI
Binary file not shown.
120 changes: 120 additions & 0 deletions
120
...Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBUHCIPCI.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>20A241133</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>AppleUSBUHCIPCI</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.usb.AppleUSBUHCIPCI</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>I/O Kit Driver for USB UHCI Controllers</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.2</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.2</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>21G309</string> | ||
<key>DTPlatformName</key> | ||
<string>macosx</string> | ||
<key>DTPlatformVersion</key> | ||
<string>12.6</string> | ||
<key>DTSDKBuild</key> | ||
<string>21G309</string> | ||
<key>DTSDKName</key> | ||
<string>macosx12.6.internal</string> | ||
<key>DTXcode</key> | ||
<string>1330</string> | ||
<key>DTXcodeBuild</key> | ||
<string>13E6049a</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>AppleUSBUHCI</key> | ||
<dict> | ||
<key>IOClass</key> | ||
<string>AppleUSBUHCIPCI</string> | ||
<key>IOPCIClassMatch</key> | ||
<string>0x0C030000</string> | ||
<key>IOPCITunnelCompatible</key> | ||
<false/> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
</dict> | ||
</dict> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>12.6</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2000-2020 Apple Inc. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>1.2</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.driver.usb.AppleUSBCommon</key> | ||
<string>1.0</string> | ||
<key>com.apple.driver.usb.AppleUSBEHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.driver.usb.AppleUSBUHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>2.9</string> | ||
<key>com.apple.iokit.IOUSBHostFamily</key> | ||
<string>1.2</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.private</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>16.0.0</string> | ||
</dict> | ||
<key>OSBundleLibraries_x86_64</key> | ||
<dict> | ||
<key>com.apple.driver.usb.AppleUSBCommon</key> | ||
<string>1.0</string> | ||
<key>com.apple.driver.usb.AppleUSBEHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.driver.usb.AppleUSBUHCI</key> | ||
<string>1.2</string> | ||
<key>com.apple.iokit.IOACPIFamily</key> | ||
<string>1.4</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>2.9</string> | ||
<key>com.apple.iokit.IOUSBHostFamily</key> | ||
<string>1.2</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.private</key> | ||
<string>16.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>16.0.0</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+215 KB
...IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBUHCIPCI.kext/Contents/MacOS/AppleUSBUHCIPCI
Binary file not shown.