mirror of
https://github.com/AskDavis/LG-Gram-17Z90N.git
synced 2026-01-01 05:35:57 -08:00
fixed usb, removed ACPI
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
EFI/OC/ACPI/SSDT-EC.aml
Normal file
BIN
EFI/OC/ACPI/SSDT-EC.aml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
EFI/OC/ACPI/SSDT-PNLFCFL.aml
Normal file
BIN
EFI/OC/ACPI/SSDT-PNLFCFL.aml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
EFI/OC/ACPI/SSDT-USB-Reset.aml
Normal file
BIN
EFI/OC/ACPI/SSDT-USB-Reset.aml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
63
EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist
Normal file
63
EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
<?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>20G527</string>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>USBToolBox</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.dhinakg.USBToolBox.kext</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>USBToolBox</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>KEXT</string>
|
||||||
|
<key>CFBundleSupportedPlatforms</key>
|
||||||
|
<array>
|
||||||
|
<string>MacOSX</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.1.1</string>
|
||||||
|
<key>DTCompiler</key>
|
||||||
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||||
|
<key>DTPlatformBuild</key>
|
||||||
|
<string>12E507</string>
|
||||||
|
<key>DTPlatformName</key>
|
||||||
|
<string>macosx</string>
|
||||||
|
<key>DTPlatformVersion</key>
|
||||||
|
<string>11.3</string>
|
||||||
|
<key>DTSDKBuild</key>
|
||||||
|
<string>20E214</string>
|
||||||
|
<key>DTSDKName</key>
|
||||||
|
<string>macosx11.3</string>
|
||||||
|
<key>DTXcode</key>
|
||||||
|
<string>1251</string>
|
||||||
|
<key>DTXcodeBuild</key>
|
||||||
|
<string>12E507</string>
|
||||||
|
<key>IOKitPersonalities</key>
|
||||||
|
<dict/>
|
||||||
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
<string>10.11</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string>Copyright © 2020-2021 Dhinak G. All rights reserved.</string>
|
||||||
|
<key>OSBundleCompatibleVersion</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
<key>OSBundleLibraries</key>
|
||||||
|
<dict>
|
||||||
|
<key>com.apple.driver.AppleUSBHostMergeProperties</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>com.apple.iokit.IOPCIFamily</key>
|
||||||
|
<string>2.9</string>
|
||||||
|
<key>com.apple.kpi.iokit</key>
|
||||||
|
<string>15.0.0</string>
|
||||||
|
<key>com.apple.kpi.libkern</key>
|
||||||
|
<string>15.0.0</string>
|
||||||
|
</dict>
|
||||||
|
<key>OSBundleRequired</key>
|
||||||
|
<string>Root</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
BIN
EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox
Normal file
BIN
EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox
Normal file
Binary file not shown.
@@ -5,53 +5,77 @@
|
|||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>English</string>
|
<string>English</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>v1.0</string>
|
<string>v1.1</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.corpnewt.USBMap</string>
|
<string>com.dhinakg.USBToolBox.map</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>USBMap</string>
|
<string>UTBMap</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>KEXT</string>
|
<string>KEXT</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0</string>
|
<string>1.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.0</string>
|
<string>1.1</string>
|
||||||
<key>IOKitPersonalities</key>
|
<key>IOKitPersonalities</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>MacBookPro16,3-XHC</key>
|
<key>TXHC</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.apple.driver.AppleUSBHostMergeProperties</string>
|
<string>com.dhinakg.USBToolBox.kext</string>
|
||||||
<key>IOClass</key>
|
<key>IOClass</key>
|
||||||
<string>AppleUSBHostMergeProperties</string>
|
<string>USBToolBox</string>
|
||||||
<key>IOParentMatch</key>
|
<key>IOMatchCategory</key>
|
||||||
<dict>
|
<string>USBToolBox</string>
|
||||||
<key>IOPropertyMatch</key>
|
<key>IONameMatch</key>
|
||||||
<dict>
|
<string>TXHC</string>
|
||||||
<key>pcidebug</key>
|
|
||||||
<string>0:20:0</string>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
<key>IOProviderClass</key>
|
<key>IOProviderClass</key>
|
||||||
<string>AppleUSBXHCIPCI</string>
|
<string>IOPCIDevice</string>
|
||||||
<key>IOProviderMergeProperties</key>
|
<key>IOProviderMergeProperties</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>kUSBMuxEnabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>port-count</key>
|
<key>port-count</key>
|
||||||
<data>
|
<data>
|
||||||
DgAAAA==
|
AgAAAA==
|
||||||
|
</data>
|
||||||
|
<key>ports</key>
|
||||||
|
<dict>
|
||||||
|
<key>SS01</key>
|
||||||
|
<dict>
|
||||||
|
<key>UsbConnector</key>
|
||||||
|
<integer>9</integer>
|
||||||
|
<key>port</key>
|
||||||
|
<data>
|
||||||
|
AgAAAA==
|
||||||
|
</data>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<key>XHC</key>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.dhinakg.USBToolBox.kext</string>
|
||||||
|
<key>IOClass</key>
|
||||||
|
<string>USBToolBox</string>
|
||||||
|
<key>IOMatchCategory</key>
|
||||||
|
<string>USBToolBox</string>
|
||||||
|
<key>IONameMatch</key>
|
||||||
|
<string>XHC</string>
|
||||||
|
<key>IOProviderClass</key>
|
||||||
|
<string>IOPCIDevice</string>
|
||||||
|
<key>IOProviderMergeProperties</key>
|
||||||
|
<dict>
|
||||||
|
<key>port-count</key>
|
||||||
|
<data>
|
||||||
|
EAAAAA==
|
||||||
</data>
|
</data>
|
||||||
<key>ports</key>
|
<key>ports</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>HS01</key>
|
<key>HS01</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
|
||||||
<string>Right Front USB-A 2.0</string>
|
|
||||||
<key>UsbConnector</key>
|
<key>UsbConnector</key>
|
||||||
<integer>3</integer>
|
<integer>3</integer>
|
||||||
<key>port</key>
|
<key>port</key>
|
||||||
@@ -70,8 +94,6 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<key>HS03</key>
|
<key>HS03</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
|
||||||
<string>Right Back USB-A 2.0</string>
|
|
||||||
<key>UsbConnector</key>
|
<key>UsbConnector</key>
|
||||||
<integer>3</integer>
|
<integer>3</integer>
|
||||||
<key>port</key>
|
<key>port</key>
|
||||||
@@ -81,8 +103,6 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<key>HS04</key>
|
<key>HS04</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
|
||||||
<string>Left USB-A 2.0</string>
|
|
||||||
<key>UsbConnector</key>
|
<key>UsbConnector</key>
|
||||||
<integer>3</integer>
|
<integer>3</integer>
|
||||||
<key>port</key>
|
<key>port</key>
|
||||||
@@ -92,26 +112,6 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<key>HS05</key>
|
<key>HS05</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>#port</key>
|
|
||||||
<data>
|
|
||||||
BQAAAA==
|
|
||||||
</data>
|
|
||||||
<key>UsbConnector</key>
|
|
||||||
<integer>3</integer>
|
|
||||||
</dict>
|
|
||||||
<key>HS06</key>
|
|
||||||
<dict>
|
|
||||||
<key>#port</key>
|
|
||||||
<data>
|
|
||||||
BgAAAA==
|
|
||||||
</data>
|
|
||||||
<key>UsbConnector</key>
|
|
||||||
<integer>3</integer>
|
|
||||||
</dict>
|
|
||||||
<key>HS07</key>
|
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>USB-C</string>
|
|
||||||
<key>UsbConnector</key>
|
<key>UsbConnector</key>
|
||||||
<integer>9</integer>
|
<integer>9</integer>
|
||||||
<key>port</key>
|
<key>port</key>
|
||||||
@@ -119,25 +119,7 @@
|
|||||||
BwAAAA==
|
BwAAAA==
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>HS08</key>
|
<key>HS06</key>
|
||||||
<dict>
|
|
||||||
<key>#port</key>
|
|
||||||
<data>
|
|
||||||
CAAAAA==
|
|
||||||
</data>
|
|
||||||
<key>UsbConnector</key>
|
|
||||||
<integer>3</integer>
|
|
||||||
</dict>
|
|
||||||
<key>HS09</key>
|
|
||||||
<dict>
|
|
||||||
<key>#port</key>
|
|
||||||
<data>
|
|
||||||
CQAAAA==
|
|
||||||
</data>
|
|
||||||
<key>UsbConnector</key>
|
|
||||||
<integer>3</integer>
|
|
||||||
</dict>
|
|
||||||
<key>HS10</key>
|
|
||||||
<dict>
|
<dict>
|
||||||
<key>UsbConnector</key>
|
<key>UsbConnector</key>
|
||||||
<integer>255</integer>
|
<integer>255</integer>
|
||||||
@@ -146,28 +128,8 @@
|
|||||||
CgAAAA==
|
CgAAAA==
|
||||||
</data>
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
<key>HS11</key>
|
|
||||||
<dict>
|
|
||||||
<key>#port</key>
|
|
||||||
<data>
|
|
||||||
CwAAAA==
|
|
||||||
</data>
|
|
||||||
<key>UsbConnector</key>
|
|
||||||
<integer>3</integer>
|
|
||||||
</dict>
|
|
||||||
<key>HS12</key>
|
|
||||||
<dict>
|
|
||||||
<key>#port</key>
|
|
||||||
<data>
|
|
||||||
DAAAAA==
|
|
||||||
</data>
|
|
||||||
<key>UsbConnector</key>
|
|
||||||
<integer>3</integer>
|
|
||||||
</dict>
|
|
||||||
<key>SS01</key>
|
<key>SS01</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
|
||||||
<string>Righ Back USB-A 3.0</string>
|
|
||||||
<key>UsbConnector</key>
|
<key>UsbConnector</key>
|
||||||
<integer>3</integer>
|
<integer>3</integer>
|
||||||
<key>port</key>
|
<key>port</key>
|
||||||
@@ -177,8 +139,6 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<key>SS02</key>
|
<key>SS02</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
|
||||||
<string>Right Front USB-A 3.0</string>
|
|
||||||
<key>UsbConnector</key>
|
<key>UsbConnector</key>
|
||||||
<integer>3</integer>
|
<integer>3</integer>
|
||||||
<key>port</key>
|
<key>port</key>
|
||||||
@@ -188,19 +148,22 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<key>SS03</key>
|
<key>SS03</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>#port</key>
|
|
||||||
<data>
|
|
||||||
DwAAAA==
|
|
||||||
</data>
|
|
||||||
<key>UsbConnector</key>
|
<key>UsbConnector</key>
|
||||||
<integer>3</integer>
|
<integer>3</integer>
|
||||||
|
<key>port</key>
|
||||||
|
<data>
|
||||||
|
EAAAAA==
|
||||||
|
</data>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>model</key>
|
|
||||||
<string>MacBookPro16,3</string>
|
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>OSBundleLibraries</key>
|
||||||
|
<dict>
|
||||||
|
<key>com.dhinakg.USBToolBox.kext</key>
|
||||||
|
<string>1.0.0</string>
|
||||||
|
</dict>
|
||||||
<key>OSBundleRequired</key>
|
<key>OSBundleRequired</key>
|
||||||
<string>Root</string>
|
<string>Root</string>
|
||||||
</dict>
|
</dict>
|
||||||
@@ -8,35 +8,11 @@
|
|||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>SSDT-ALS0.aml</string>
|
<string>SSDT-EC.aml</string>
|
||||||
<key>Enabled</key>
|
<key>Enabled</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>SSDT-ALS0.aml</string>
|
<string>SSDT-EC.aml</string>
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-AWAC.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-AWAC.aml</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-DMAC.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-DMAC.aml</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-EC-USBX.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-EC-USBX.aml</string>
|
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
@@ -46,22 +22,6 @@
|
|||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>SSDT-FNKey.aml</string>
|
<string>SSDT-FNKey.aml</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-GPRW.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-GPRW.aml</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-HPET.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-HPET.aml</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>SSDT-PLUG.aml</string>
|
<string>SSDT-PLUG.aml</string>
|
||||||
@@ -72,43 +32,27 @@
|
|||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>SSDT-PMCR.aml</string>
|
<string>SSDT-PNLFCFL.aml</string>
|
||||||
<key>Enabled</key>
|
<key>Enabled</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>SSDT-PMCR.aml</string>
|
<string>SSDT-PNLFCFL.aml</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>SSDT-PNLF.aml</string>
|
<string>SSDT-USB-Reset.aml</string>
|
||||||
<key>Enabled</key>
|
<key>Enabled</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>SSDT-PNLF.aml</string>
|
<string>SSDT-USB-Reset.aml</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>SSDT-RHUB.aml</string>
|
<string>SSDT-USBX.aml</string>
|
||||||
<key>Enabled</key>
|
<key>Enabled</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>SSDT-RHUB.aml</string>
|
<string>SSDT-USBX.aml</string>
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-RMDT.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-RMDT.aml</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-SBUS-MCHC.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-SBUS-MCHC.aml</string>
|
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
@@ -118,22 +62,6 @@
|
|||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>SSDT-XOSI.aml</string>
|
<string>SSDT-XOSI.aml</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-ZPTS.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-ZPTS.aml</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>SSDT-ZWAK.aml</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>Path</key>
|
|
||||||
<string>SSDT-ZWAK.aml</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
</array>
|
||||||
<key>Delete</key>
|
<key>Delete</key>
|
||||||
<array/>
|
<array/>
|
||||||
@@ -853,9 +781,27 @@
|
|||||||
<key>Arch</key>
|
<key>Arch</key>
|
||||||
<string>Any</string>
|
<string>Any</string>
|
||||||
<key>BundlePath</key>
|
<key>BundlePath</key>
|
||||||
<string>USBMapLG17.kext</string>
|
<string>USBToolBox.kext</string>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>USBMapLG17.kext</string>
|
<string>USBToolBox.kext</string>
|
||||||
|
<key>Enabled</key>
|
||||||
|
<true/>
|
||||||
|
<key>ExecutablePath</key>
|
||||||
|
<string>Contents/MacOS/USBToolBox</string>
|
||||||
|
<key>MaxKernel</key>
|
||||||
|
<string></string>
|
||||||
|
<key>MinKernel</key>
|
||||||
|
<string></string>
|
||||||
|
<key>PlistPath</key>
|
||||||
|
<string>Contents/Info.plist</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arch</key>
|
||||||
|
<string>Any</string>
|
||||||
|
<key>BundlePath</key>
|
||||||
|
<string>UTBMap.kext</string>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string>UTBMap.kext</string>
|
||||||
<key>Enabled</key>
|
<key>Enabled</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>ExecutablePath</key>
|
<key>ExecutablePath</key>
|
||||||
@@ -921,6 +867,60 @@
|
|||||||
<key>PlistPath</key>
|
<key>PlistPath</key>
|
||||||
<string>Contents/Info.plist</string>
|
<string>Contents/Info.plist</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arch</key>
|
||||||
|
<string>Any</string>
|
||||||
|
<key>BundlePath</key>
|
||||||
|
<string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string>VoodooGPIO.kext</string>
|
||||||
|
<key>Enabled</key>
|
||||||
|
<true/>
|
||||||
|
<key>ExecutablePath</key>
|
||||||
|
<string>Contents/MacOS/VoodooGPIO</string>
|
||||||
|
<key>MaxKernel</key>
|
||||||
|
<string></string>
|
||||||
|
<key>MinKernel</key>
|
||||||
|
<string></string>
|
||||||
|
<key>PlistPath</key>
|
||||||
|
<string>Contents/Info.plist</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arch</key>
|
||||||
|
<string>Any</string>
|
||||||
|
<key>BundlePath</key>
|
||||||
|
<string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string>VoodooI2CServices.kext</string>
|
||||||
|
<key>Enabled</key>
|
||||||
|
<true/>
|
||||||
|
<key>ExecutablePath</key>
|
||||||
|
<string>Contents/MacOS/VoodooI2CServices</string>
|
||||||
|
<key>MaxKernel</key>
|
||||||
|
<string></string>
|
||||||
|
<key>MinKernel</key>
|
||||||
|
<string></string>
|
||||||
|
<key>PlistPath</key>
|
||||||
|
<string>Contents/Info.plist</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Arch</key>
|
||||||
|
<string>Any</string>
|
||||||
|
<key>BundlePath</key>
|
||||||
|
<string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string>VoodooInput.kext</string>
|
||||||
|
<key>Enabled</key>
|
||||||
|
<true/>
|
||||||
|
<key>ExecutablePath</key>
|
||||||
|
<string>Contents/MacOS/VoodooInput</string>
|
||||||
|
<key>MaxKernel</key>
|
||||||
|
<string></string>
|
||||||
|
<key>MinKernel</key>
|
||||||
|
<string></string>
|
||||||
|
<key>PlistPath</key>
|
||||||
|
<string>Contents/Info.plist</string>
|
||||||
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Arch</key>
|
<key>Arch</key>
|
||||||
<string>Any</string>
|
<string>Any</string>
|
||||||
@@ -993,60 +993,6 @@
|
|||||||
<key>PlistPath</key>
|
<key>PlistPath</key>
|
||||||
<string>Contents/Info.plist</string>
|
<string>Contents/Info.plist</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
|
||||||
<key>Arch</key>
|
|
||||||
<string>Any</string>
|
|
||||||
<key>BundlePath</key>
|
|
||||||
<string>VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext</string>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>VoodooGPIO.kext</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>ExecutablePath</key>
|
|
||||||
<string>Contents/MacOS/VoodooGPIO</string>
|
|
||||||
<key>MaxKernel</key>
|
|
||||||
<string></string>
|
|
||||||
<key>MinKernel</key>
|
|
||||||
<string></string>
|
|
||||||
<key>PlistPath</key>
|
|
||||||
<string>Contents/Info.plist</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Arch</key>
|
|
||||||
<string>Any</string>
|
|
||||||
<key>BundlePath</key>
|
|
||||||
<string>VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext</string>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>VoodooI2CServices.kext</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>ExecutablePath</key>
|
|
||||||
<string>Contents/MacOS/VoodooI2CServices</string>
|
|
||||||
<key>MaxKernel</key>
|
|
||||||
<string></string>
|
|
||||||
<key>MinKernel</key>
|
|
||||||
<string></string>
|
|
||||||
<key>PlistPath</key>
|
|
||||||
<string>Contents/Info.plist</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>Arch</key>
|
|
||||||
<string>Any</string>
|
|
||||||
<key>BundlePath</key>
|
|
||||||
<string>VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext</string>
|
|
||||||
<key>Comment</key>
|
|
||||||
<string>VoodooInput.kext</string>
|
|
||||||
<key>Enabled</key>
|
|
||||||
<true/>
|
|
||||||
<key>ExecutablePath</key>
|
|
||||||
<string>Contents/MacOS/VoodooInput</string>
|
|
||||||
<key>MaxKernel</key>
|
|
||||||
<string></string>
|
|
||||||
<key>MinKernel</key>
|
|
||||||
<string></string>
|
|
||||||
<key>PlistPath</key>
|
|
||||||
<string>Contents/Info.plist</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
<dict>
|
||||||
<key>Arch</key>
|
<key>Arch</key>
|
||||||
<string>Any</string>
|
<string>Any</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user