Skip to content

Commit

Permalink
USB: Add OHCI/UHCI bins
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Oct 15, 2023
1 parent e2f949d commit 2f0de68
Show file tree
Hide file tree
Showing 8 changed files with 386 additions and 0 deletions.
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 not shown.
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 not shown.
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 not shown.
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 not shown.

0 comments on commit 2f0de68

Please sign in to comment.