diff --git a/ALCPlugFix/._good.win.ALCPlugFix.plist b/ALCPlugFix/._good.win.ALCPlugFix.plist
new file mode 100644
index 0000000..20edb34
Binary files /dev/null and b/ALCPlugFix/._good.win.ALCPlugFix.plist differ
diff --git a/ALCPlugFix/._install.command b/ALCPlugFix/._install.command
new file mode 100644
index 0000000..0cb8ae5
Binary files /dev/null and b/ALCPlugFix/._install.command differ
diff --git "a/ALCPlugFix/._install\345\217\214\345\207\273\350\207\252\345\212\250\345\215\270\350\275\275ALCPlugFix.command" "b/ALCPlugFix/._install\345\217\214\345\207\273\350\207\252\345\212\250\345\215\270\350\275\275ALCPlugFix.command"
new file mode 100644
index 0000000..4569583
Binary files /dev/null and "b/ALCPlugFix/._install\345\217\214\345\207\273\350\207\252\345\212\250\345\215\270\350\275\275ALCPlugFix.command" differ
diff --git "a/ALCPlugFix/._install\345\217\214\345\207\273\350\207\252\345\212\250\345\256\211\350\243\205.command" "b/ALCPlugFix/._install\345\217\214\345\207\273\350\207\252\345\212\250\345\256\211\350\243\205.command"
new file mode 100644
index 0000000..a7eb1bb
Binary files /dev/null and "b/ALCPlugFix/._install\345\217\214\345\207\273\350\207\252\345\212\250\345\256\211\350\243\205.command" differ
diff --git a/ALCPlugFix/ALCPlugFix b/ALCPlugFix/ALCPlugFix
index 91c398b..43b04cb 100644
Binary files a/ALCPlugFix/ALCPlugFix and b/ALCPlugFix/ALCPlugFix differ
diff --git a/ALCPlugFix/install.command b/ALCPlugFix/install.command
new file mode 100644
index 0000000..d99e6fd
--- /dev/null
+++ b/ALCPlugFix/install.command
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+
+path=${0%/*}
+sudo cp -a "$path/ALCPlugFix" /usr/bin
+sudo chmod 755 /usr/bin/ALCPlugFix
+sudo chown root:wheel /usr/bin/ALCPlugFix
+sudo cp -a "$path/hda-verb" /usr/bin
+sudo chmod 755 /usr/bin/hda-verb
+sudo chown root:wheel /usr/bin/hda-verb
+sudo cp -a "$path/good.win.ALCPlugFix.plist" /Library/LaunchAgents/
+sudo chmod 644 /Library/LaunchAgents/good.win.ALCPlugFix.plist
+sudo chown root:wheel /Library/LaunchAgents/good.win.ALCPlugFix.plist
+sudo launchctl load /Library/LaunchAgents/good.win.ALCPlugFix.plist
+echo 'The installation of the ALCPlugFix daemon is complete'
+echo 'Rebuild kextcache, please wait...'
+sudo chmod -Rf 755 /S*/L*/E*
+sudo chown -Rf 0:0 /S*/L*/E*
+sudo chmod -Rf 755 /L*/E*
+sudo chown -Rf 0:0 /L*/E*
+sudo rm -Rf /S*/L*/PrelinkedKernels/*
+sudo rm -Rf /S*/L*/Caches/com.apple.kext.caches/*
+sudo touch -f /S*/L*/E*
+sudo touch -f /L*/E*
+sudo kextcache -Boot -U /
+echo 'Rebuild kextcache is complete'
+bash read -p 'Press any key to Exit'
\ No newline at end of file
diff --git "a/ALCPlugFix/install\345\217\214\345\207\273\350\207\252\345\212\250\345\215\270\350\275\275ALCPlugFix.command" "b/ALCPlugFix/install\345\217\214\345\207\273\350\207\252\345\212\250\345\215\270\350\275\275ALCPlugFix.command"
new file mode 100644
index 0000000..c7b24c6
--- /dev/null
+++ "b/ALCPlugFix/install\345\217\214\345\207\273\350\207\252\345\212\250\345\215\270\350\275\275ALCPlugFix.command"
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+
+path=${0%/*}
+sudo launchctl remove /Library/LaunchAgents/good.win.ALCPlugFix.plist
+sudo rm -rf /Library/LaunchAgents/good.win.ALCPlugFix.plist
+sudo rm -rf /usr/bin/ALCPlugFix
+
+echo '重建缓存中,请稍候……'
+sudo chmod -Rf 755 /S*/L*/E*
+sudo chown -Rf 0:0 /S*/L*/E*
+sudo chmod -Rf 755 /L*/E*
+sudo chown -Rf 0:0 /L*/E*
+sudo rm -Rf /S*/L*/PrelinkedKernels/*
+sudo rm -Rf /S*/L*/Caches/com.apple.kext.caches/*
+sudo touch -f /S*/L*/E*
+sudo touch -f /L*/E*
+sudo kextcache -Boot -U /
+echo '卸载ALCPlugFix守护进程完成!'
+bash read -p '按任何键退出'
\ No newline at end of file
diff --git "a/ALCPlugFix/install\345\217\214\345\207\273\350\207\252\345\212\250\345\256\211\350\243\205.command" "b/ALCPlugFix/install\345\217\214\345\207\273\350\207\252\345\212\250\345\256\211\350\243\205.command"
index 15ef6a4..91f8ae7 100644
--- "a/ALCPlugFix/install\345\217\214\345\207\273\350\207\252\345\212\250\345\256\211\350\243\205.command"
+++ "b/ALCPlugFix/install\345\217\214\345\207\273\350\207\252\345\212\250\345\256\211\350\243\205.command"
@@ -12,10 +12,16 @@ sudo cp -a "$path/good.win.ALCPlugFix.plist" /Library/LaunchAgents/
sudo chmod 644 /Library/LaunchAgents/good.win.ALCPlugFix.plist
sudo chown root:wheel /Library/LaunchAgents/good.win.ALCPlugFix.plist
sudo launchctl load /Library/LaunchAgents/good.win.ALCPlugFix.plist
+echo '正在重建缓存中,请稍候......'
+sudo chmod -Rf 755 /S*/L*/E*
+sudo chown -Rf 0:0 /S*/L*/E*
+sudo chmod -Rf 755 /L*/E*
+sudo chown -Rf 0:0 /L*/E*
+sudo rm -Rf /S*/L*/PrelinkedKernels/*
+sudo rm -Rf /S*/L*/Caches/com.apple.kext.caches/*
+sudo touch -f /S*/L*/E*
+sudo touch -f /L*/E*
+sudo kextcache -Boot -U /
+echo '重建缓存完毕!'
echo '安装ALCPlugFix守护进程完成!'
-echo '重建缓存中,请稍候……'
-sudo rm -rf /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
-sudo rm -rf /System/Library/PrelinkedKernels/prelinkedkernel
-sudo touch /System/Library/Extensions/ && sudo kextcache -u /
-echo '安装程序结束,请重启电脑!!!'
bash read -p '按任何键退出'
\ No newline at end of file
diff --git a/ALCPlugFix/uninstall.command b/ALCPlugFix/uninstall.command
new file mode 100644
index 0000000..c5814b2
--- /dev/null
+++ b/ALCPlugFix/uninstall.command
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+
+path=${0%/*}
+sudo launchctl remove /Library/LaunchAgents/good.win.ALCPlugFix.plist
+sudo rm -rf /Library/LaunchAgents/good.win.ALCPlugFix.plist
+sudo rm -rf /usr/bin/ALCPlugFix
+
+echo 'Rebuilding Kext Cache,please wait……'
+sudo chmod -Rf 755 /S*/L*/E*
+sudo chown -Rf 0:0 /S*/L*/E*
+sudo chmod -Rf 755 /L*/E*
+sudo chown -Rf 0:0 /L*/E*
+sudo rm -Rf /S*/L*/PrelinkedKernels/*
+sudo rm -Rf /S*/L*/Caches/com.apple.kext.caches/*
+sudo touch -f /S*/L*/E*
+sudo touch -f /L*/E*
+sudo kextcache -Boot -U /
+echo 'Uninstall the ALCPlugFix daemon complete!'
+bash read -p 'Press any key to exit'
\ No newline at end of file
diff --git a/Clover/ACPI/off/SSDT-EC.aml b/Clover/ACPI/off/SSDT-EC.aml
deleted file mode 100644
index f568450..0000000
Binary files a/Clover/ACPI/off/SSDT-EC.aml and /dev/null differ
diff --git a/Clover/ACPI/off/SSDT-I2C-7567.aml b/Clover/ACPI/off/SSDT-I2C-7567.aml
deleted file mode 100644
index a460eb5..0000000
Binary files a/Clover/ACPI/off/SSDT-I2C-7567.aml and /dev/null differ
diff --git a/Clover/ACPI/off/SSDT-PNLF-GFX0.aml b/Clover/ACPI/off/SSDT-PNLF-GFX0.aml
deleted file mode 100644
index 061399d..0000000
Binary files a/Clover/ACPI/off/SSDT-PNLF-GFX0.aml and /dev/null differ
diff --git a/Clover/ACPI/off/SSDT-PNLF-IGPU.aml b/Clover/ACPI/off/SSDT-PNLF-IGPU.aml
deleted file mode 100644
index 0ea1ebc..0000000
Binary files a/Clover/ACPI/off/SSDT-PNLF-IGPU.aml and /dev/null differ
diff --git a/Clover/ACPI/patched/SSDT-DGPU.aml b/Clover/ACPI/patched/SSDT-DGPU.aml
deleted file mode 100644
index 2f1f18e..0000000
Binary files a/Clover/ACPI/patched/SSDT-DGPU.aml and /dev/null differ
diff --git a/Clover/ACPI/patched/SSDT-I2C-7567.aml b/Clover/ACPI/patched/SSDT-I2C-7567.aml
deleted file mode 100644
index a460eb5..0000000
Binary files a/Clover/ACPI/patched/SSDT-I2C-7567.aml and /dev/null differ
diff --git a/Clover/ACPI/patched/SSDT-PNLF-GFX0.aml b/Clover/ACPI/patched/SSDT-PNLF-GFX0.aml
deleted file mode 100644
index 061399d..0000000
Binary files a/Clover/ACPI/patched/SSDT-PNLF-GFX0.aml and /dev/null differ
diff --git a/Clover/ACPI/patched/SSDT-PNLF.aml b/Clover/ACPI/patched/SSDT-PNLF.aml
new file mode 100644
index 0000000..f0d0a0d
Binary files /dev/null and b/Clover/ACPI/patched/SSDT-PNLF.aml differ
diff --git a/Clover/config.plist b/Clover/config.plist
index ec94ae0..e14ba97 100644
--- a/Clover/config.plist
+++ b/Clover/config.plist
@@ -8,17 +8,6 @@
DSDT
- Fixes
-
- FixHPET
-
- FixIPIC
-
- FixRTC
-
- FixTMR
-
-
Patches
@@ -27,9 +16,13 @@
Disabled
Find
- RUNEVg==
+
+ RUNEVg==
+
Replace
- RUNfXw==
+
+ RUNfXw==
+
Comment
@@ -37,37 +30,15 @@
Disabled
Find
- X09TSQ==
+
+ X09TSQ==
+
Replace
- WE9TSQ==
-
-
- Comment
- change _STA to XSTA in device GPI0 (TouchPad I2C)
- Disabled
-
- Find
- X1NUQQ==
- Replace
- WFNUQQ==
- TgtBridge
- R1BJMA==
-
-
- Comment
- change _CRS to XCRS in device TPD1 (TouchPad I2C)
- Disabled
-
- Find
- X0NSUw==
- Replace
- WENSUw==
- TgtBridge
- VFBEMQ==
+
+ WE9TSQ==
+
- SlpSmiAtWake
-
FixHeaders
@@ -75,46 +46,125 @@
Boot
Arguments
- dart=0 brcmfx-country=#a darkwake=10
+ dart=0 brcmfx-country=#a
HibernationFixup
- Timeout
- 5
CPU
HWPEnable
+ UseARTFrequency
+
Devices
Audio
Inject
- 14
+ 16
Properties
+ PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)
+
+ AAPL,slot-name
+ Internal@0,28,0/0,0
+ device_type
+ Ethernet controller
+ model
+ RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
+
+ #PciRoot(0x0)/Pci(0x1C,0x5)/Pci(0x0,0x0)
+
+ AAPL,slot-name
+ WLAN
+ compatible
+ pci14e4,4331
+ device_type
+ Airport Extreme
+ model
+ BCM4350 802.11ac Wireless Network Adapter
+ name
+ Airport
+ pci-aspm-default
+ 0
+
+ PciRoot(0x0)/Pci(0x1F,0x3)
+
+ AAPL,slot-name
+ Internal@0,31,3
+ device_type
+ Audio device
+ layout-id
+
+ EAAAAA==
+
+ model
+ CM238 HD Audio Controller
+
PciRoot(0x0)/Pci(0x2,0x0)
+ #framebuffer-con2-index
+
+ /////w==
+
AAPL,ig-platform-id
- AAAbWQ==
+
+ AAAbWQ==
+
AAPL,slot-name
Internal@0,2,0
device-id
- G1kAAA==
+
+ G1kAAA==
+
device_type
VGA compatible controller
+ disable-external-gpu
+
+ AQAAAA==
+
+ enable-hdmi20
+
+ AQAAAA==
+
+ framebuffer-con2-enable
+
+ AQAAAA==
+
+ framebuffer-con2-pipe
+
+ EgAAAA==
+
+ framebuffer-con2-type
+
+ AAgAAA==
+
+ framebuffer-fbmem
+
+ AACQAA==
+
framebuffer-patch-enable
- AQAAAA==
+
+ AQAAAA==
+
+ framebuffer-portcount
+
+ AgAAAA==
+
+ framebuffer-stolenmem
+
+ AAAwAQ==
+
framebuffer-unifiedmem
- AAAAgA==
+
+ AAAAgA==
+
model
Intel HD Graphics 630
- SetIntelBacklight
-
USB
AddClockID
@@ -129,38 +179,11 @@
GUI
- Custom
-
- Entries
-
-
- Disabled
-
- FullTitle
- UEFI internal
- Hidden
- Always
- Ignore
-
- NoCaches
-
- Type
- Other
-
-
-
Hide
Preboot
Recovery
- Language
- zh_CN:0
- Mouse
-
- Enabled
-
-
Scan
Entries
@@ -173,15 +196,17 @@
Theme
- Minimalism
+ Catalina
KernelAndKextPatches
+ AppleIntelCPUPM
+
AppleRTC
DellSMBIOSPatch
- KernelLapic
+ KernelCpu
KernelPm
@@ -193,52 +218,17 @@
Disabled
Find
- ILniAAAADzA=
+
+ ILniAAAADzA=
+
Replace
- ILniAAAAkJA=
-
-
- Comment
- Performance patch (credit to @vit9696)
- Disabled
-
- Find
- weMISGPTidBIweog
- Replace
- weMIuAD/AAAx0pCQ
-
-
- KextsToPatch
-
-
- Comment
- Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
- Disabled
-
- Find
- SU9LaXQ=
- InfoPlistPatch
-
- Name
- com.apple.driver.AppleIntelLpssI2C
- Replace
- SU9LaXM=
-
-
- Comment
- Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
- Disabled
-
- Find
- SU9LaXQ=
- InfoPlistPatch
-
- Name
- com.apple.driver.AppleIntelLpssI2CController
- Replace
- SU9LaXM=
+
+ ILniAAAAkJA=
+
+ KernelXCPM
+
RtVariables
@@ -251,6 +241,8 @@
Mobile
+ PlatformFeature
+ 0x1A
ProductName
MacBookPro14,3
@@ -262,4 +254,4 @@
-
\ No newline at end of file
+
diff --git a/Clover/config_4K.plist b/Clover/config_4K.plist
deleted file mode 100644
index d1b0f08..0000000
--- a/Clover/config_4K.plist
+++ /dev/null
@@ -1,284 +0,0 @@
-
-
-
-
- ACPI
-
- AutoMerge
-
- DSDT
-
- Fixes
-
- FixHPET
-
- FixIPIC
-
- FixRTC
-
- FixTMR
-
-
- Patches
-
-
- Comment
- change ECDV to EC
- Disabled
-
- Find
- RUNEVg==
- Replace
- RUNfXw==
-
-
- Comment
- change _OSI to XOSI
- Disabled
-
- Find
- X09TSQ==
- Replace
- WE9TSQ==
-
-
- Comment
- change _STA to XSTA in device GPI0 (TouchPad I2C)
- Disabled
-
- Find
- X1NUQQ==
- Replace
- WFNUQQ==
- TgtBridge
- R1BJMA==
-
-
- Comment
- change _CRS to XCRS in device TPD1 (TouchPad I2C)
- Disabled
-
- Find
- X0NSUw==
- Replace
- WENSUw==
- TgtBridge
- VFBEMQ==
-
-
- SlpSmiAtWake
-
-
- FixHeaders
-
-
- Boot
-
- Arguments
- dart=0 brcmfx-country=#a darkwake=10
- HibernationFixup
-
- Timeout
- 5
-
- CPU
-
- HWPEnable
-
-
- Devices
-
- Audio
-
- Inject
- 14
-
- Properties
-
- PciRoot(0x0)/Pci(0x1f,0x3)
-
- AAPL,slot-name
- Internal
- device_type
- Audio device
- layout-id
-
- OAAAAA==
-
- model
- CM238 HD Audio Controller
-
- PciRoot(0x0)/Pci(0x2,0x0)
-
- AAPL,ig-platform-id
-
- AAAbWQ==
-
- AAPL,slot-name
- Internal
- device-id
-
- G1kAAA==
-
- device_type
- VGA compatible controller
- enable-hdmi20
-
- AQAAAA==
-
- hda-gfx
- onboard-1
- model
- HD Graphics 630
-
-
- SetIntelBacklight
-
- USB
-
- AddClockID
-
- FixOwnership
-
- HighCurrent
-
- Inject
-
-
-
- GUI
-
- Custom
-
- Entries
-
-
- Disabled
-
- FullTitle
- UEFI internal
- Hidden
- Always
- Ignore
-
- NoCaches
-
- Type
- Other
-
-
-
- Hide
-
- Preboot
- Recovery
-
- Language
- zh_CN:0
- Mouse
-
- Enabled
-
-
- Scan
-
- Entries
-
- Legacy
-
- Linux
-
- Tool
-
-
- Theme
- Minimalism
-
- KernelAndKextPatches
-
- AppleRTC
-
- DellSMBIOSPatch
-
- KernelLapic
-
- KernelPm
-
- KernelToPatch
-
-
- Comment
- MSR 0xE2 _xcpm_idle instant reboot(c) Pike R. Alpha
- Disabled
-
- Find
- ILniAAAADzA=
- Replace
- ILniAAAAkJA=
-
-
- Comment
- Performance patch (credit to @vit9696)
- Disabled
-
- Find
- weMISGPTidBIweog
- Replace
- weMIuAD/AAAx0pCQ
-
-
- KextsToPatch
-
-
- Comment
- Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
- Disabled
-
- Find
- SU9LaXQ=
- InfoPlistPatch
-
- Name
- com.apple.driver.AppleIntelLpssI2C
- Replace
- SU9LaXM=
-
-
- Comment
- Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar
- Disabled
-
- Find
- SU9LaXQ=
- InfoPlistPatch
-
- Name
- com.apple.driver.AppleIntelLpssI2CController
- Replace
- SU9LaXM=
-
-
-
- RtVariables
-
- BooterConfig
- 0x28
- CsrActiveConfig
- 0x67
-
- SMBIOS
-
- Mobile
-
- ProductName
- MacBookPro14,3
-
- SystemParameters
-
- InjectKexts
- Yes
- InjectSystemID
-
-
-
-
\ No newline at end of file
diff --git a/Clover/drivers/UEFI/AptioMemoryFix-64.efi b/Clover/drivers/UEFI/AptioMemoryFix-64.efi
new file mode 100644
index 0000000..eff0a06
Binary files /dev/null and b/Clover/drivers/UEFI/AptioMemoryFix-64.efi differ
diff --git a/Clover/drivers/UEFI/AptioMemoryFix.efi b/Clover/drivers/UEFI/AptioMemoryFix.efi
deleted file mode 100644
index 72d6c49..0000000
Binary files a/Clover/drivers/UEFI/AptioMemoryFix.efi and /dev/null differ
diff --git a/Clover/drivers/UEFI/VirtualSmc.efi b/Clover/drivers/UEFI/VirtualSmc.efi
deleted file mode 100644
index 7eff149..0000000
Binary files a/Clover/drivers/UEFI/VirtualSmc.efi and /dev/null differ
diff --git a/Clover/drivers/off/OsxAptioFix2Drv-free2000.efi b/Clover/drivers/off/OsxAptioFix2Drv-free2000.efi
deleted file mode 100644
index 316d9f4..0000000
Binary files a/Clover/drivers/off/OsxAptioFix2Drv-free2000.efi and /dev/null differ
diff --git a/Clover/kexts/Off/BrcmPatchRAM3.kext/Contents/Info.plist b/Clover/kexts/Off/BrcmPatchRAM3.kext/Contents/Info.plist
deleted file mode 100644
index 01860c4..0000000
--- a/Clover/kexts/Off/BrcmPatchRAM3.kext/Contents/Info.plist
+++ /dev/null
@@ -1,1898 +0,0 @@
-
-
-
-
- BuildMachineOSBuild
- 18E226
- CFBundleExecutable
- BrcmPatchRAM3
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- BrcmPatchRAM3
- CFBundlePackageType
- KEXT
- CFBundleShortVersionString
- 2.5.1
- CFBundleSignature
- ????
- CFBundleSupportedPlatforms
-
- MacOSX
-
- CFBundleVersion
- 2.5.1
- DTCompiler
- com.apple.compilers.llvm.clang.1_0
- DTPlatformBuild
- 10E1001
- DTPlatformVersion
- GM
- DTSDKBuild
- 18E219
- DTSDKName
- macosx10.14
- DTXcode
- 1020
- DTXcodeBuild
- 10E1001
- IOKitPersonalities
-
- 0489_e032
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1443.1485_v5581
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57394
- idVendor
- 1161
-
- 0489_e042
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1443.1484_v5580
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57410
- idVendor
- 1161
-
- 0489_e046
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1465_v5561
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57414
- idVendor
- 1161
-
- 0489_e04f
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1443.1486_v5582
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57423
- idVendor
- 1161
-
- 0489_e052
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1502.1758_v5854
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57426
- idVendor
- 1161
-
- 0489_e055
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM43142A0_001.001.011.0311.0331_v4427
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57429
- idVendor
- 1161
-
- 0489_e059
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1466_v5562
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57433
- idVendor
- 1161
-
- 0489_e079
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM4335C0_003.001.009.0066.0115_v4211
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57465
- idVendor
- 1161
-
- 0489_e07a
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1483.1651_v5747
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57466
- idVendor
- 1161
-
- 0489_e087
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1532_v5628
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57479
- idVendor
- 1161
-
- 0489_e096
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM43142A0_001.001.011.0311.0340_v4436
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57494
- idVendor
- 1161
-
- 0489_e0a1
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.1 USB
- FirmwareKey
- BCM20703A1_001.001.005.0214.0414_v4510
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57505
- idVendor
- 1161
-
- 04ca_2003
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1443.1488_v5584
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8195
- idVendor
- 1226
-
- 04ca_2004
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1489_v5585
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8196
- idVendor
- 1226
-
- 04ca_2005
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth Module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1490_v5586
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8197
- idVendor
- 1226
-
- 04ca_2006
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth Module
- FirmwareKey
- BCM43142A0_001.001.011.0311.0327_v4423
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8198
- idVendor
- 1226
-
- 04ca_2009
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM43142A0_001.001.011.0311.0330_v4426
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8201
- idVendor
- 1226
-
- 04ca_200a
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1492_v5588
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8202
- idVendor
- 1226
-
- 04ca_200b
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1443.1493_v5589
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8203
- idVendor
- 1226
-
- 04ca_200c
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1443.1494_v5590
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8204
- idVendor
- 1226
-
- 04ca_200e
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1499_v5595
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8206
- idVendor
- 1226
-
- 04ca_200f
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1443.1521_v5617
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8207
- idVendor
- 1226
-
- 04ca_2012
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM43142A0_001.001.011.0311.0339_v4435
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8210
- idVendor
- 1226
-
- 04ca_2016
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM4335C0_003.001.009.0066.0121_v4217
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8214
- idVendor
- 1226
-
- 04f2_b4a1
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM43142A0_001.001.011.0311.0316_v4412
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 46241
- idVendor
- 1266
-
- 050d_065a
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Belkin Bluetooth 4.0 USB Adapter
- FirmwareKey
- BCM20702A1_001.002.014.1443.1482_v5578
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 1626
- idVendor
- 1293
-
- 0930_021e
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1502.1759_v5855
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 542
- idVendor
- 2352
-
- 0930_021f
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM43142A0_001.001.011.0311.0335_v4431
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 543
- idVendor
- 2352
-
- 0930_0221
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth 4.0 USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1502.1762_v5858
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 545
- idVendor
- 2352
-
- 0930_0223
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth 4.0 USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1502.1763_v5859
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 547
- idVendor
- 2352
-
- 0930_0225
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB Device
- FirmwareKey
- BCM43142A0_001.001.011.0311.0334_v4430
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 549
- idVendor
- 2352
-
- 0930_0226
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB Device
- FirmwareKey
- BCM43142A0_001.001.011.0311.0334_v4430
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 550
- idVendor
- 2352
-
- 0930_0229
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB Device
- FirmwareKey
- BCM4335C0_003.001.009.0066.0104_v4200
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 553
- idVendor
- 2352
-
- 0a5c_2168
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- BCM43162 Bluetooth 4.0 +HS USB Device
- FirmwareKey
- BCM4335C0_003.001.009.0066.0108_v4204
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8552
- idVendor
- 2652
-
- 0a5c_2169
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1443.1462_v5558
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8553
- idVendor
- 2652
-
- 0a5c_216a
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Dell Wireless 1708 Bluetooth 4.0 LE Device
- FirmwareKey
- BCM43142A0_001.001.011.0311.0336_v4432
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8554
- idVendor
- 2652
-
- 0a5c_216b
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 20702 Bluetooth 4.0 Adapter
- FirmwareKey
- BCM20702A1_001.002.014.1502.1768_v5864
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8555
- idVendor
- 2652
-
- 0a5c_216c
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 43142 Bluetooth 4.0 Adapter
- FirmwareKey
- BCM43142A0_001.001.011.0311.0328_v4424
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8556
- idVendor
- 2652
-
- 0a5c_216d
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 43142 Bluetooth 4.0 Adapter
- FirmwareKey
- BCM43142A0_001.001.011.0311.0329_v4425
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8557
- idVendor
- 2652
-
- 0a5c_216e
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 43162 Bluetooth 4.0 Adapter
- FirmwareKey
- BCM4335C0_003.001.009.0066.0105_v4201
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8558
- idVendor
- 2652
-
- 0a5c_216f
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- DW1560 Bluetooth 4.0 LE
- FirmwareKey
- BCM20702A1_001.002.014.1443.1572_v5668
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8559
- idVendor
- 2652
-
- 0a5c_21d7
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Dell Wireless 1704 Bluetooth v4.0+HS
- FirmwareKey
- BCM43142A0_001.001.011.0311.0341_v4437
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8663
- idVendor
- 2652
-
- 0a5c_21de
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth 4.0 +HS USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1443.1461_v5557
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8670
- idVendor
- 2652
-
- 0a5c_21e1
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 20702 Bluetooth 4.0 Adapter
- FirmwareKey
- BCM20702A1_001.002.014.1502.1770_v5866
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8673
- idVendor
- 2652
-
- 0a5c_21e3
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 20702 Bluetooth 4.0 Adapter
- FirmwareKey
- BCM20702A1_001.002.014.1502.1767_v5863
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8675
- idVendor
- 2652
-
- 0a5c_21e6
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- ThinkPad Bluetooth 4.0
- FirmwareKey
- BCM20702A1_001.002.014.1502.1757_v5853
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8678
- idVendor
- 2652
-
- 0a5c_21e8
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth 4.0 USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1502.1764_v5860
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8680
- idVendor
- 2652
-
- 0a5c_21ec
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth 4.0 USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1443.1460_v5556
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8684
- idVendor
- 2652
-
- 0a5c_21f1
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 Adapter
- FirmwareKey
- BCM20702A1_001.002.014.1502.1765_v5861
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8689
- idVendor
- 2652
-
- 0a5c_21f3
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0
- FirmwareKey
- BCM20702A1_001.002.014.1502.1761_v5857
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8691
- idVendor
- 2652
-
- 0a5c_21f4
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0
- FirmwareKey
- BCM20702A1_001.002.014.1502.1760_v5856
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8692
- idVendor
- 2652
-
- 0a5c_21fb
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 20702 Bluetooth 4.0 Adapter
- FirmwareKey
- BCM20702A1_001.002.014.1502.1766_v5862
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8699
- idVendor
- 2652
-
- 0a5c_21fd
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth 4.0 +HS USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1443.1463_v5559
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 8701
- idVendor
- 2652
-
- 0a5c_640b
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 Adapter
- FirmwareKey
- BCM20702A1_001.002.014.1502.1769_v5865
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 25611
- idVendor
- 2652
-
- 0a5c_6410
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Dell Wireless 1830 Bluetooth 4.1 LE
- FirmwareKey
- BCM20703A1_001.001.005.0214.0422_v4518
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 25616
- idVendor
- 2652
-
- 0a5c_6412
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Dell Wireless 1820A Bluetooth 4.1 LE
- FirmwareKey
- BCM4350C5_003.006.007.0222.4689_v8785
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 25618
- idVendor
- 2652
-
- 0a5c_6413
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB Device
- FirmwareKey
- BCM4350C5_003.006.007.0120.2118_v6214
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 25619
- idVendor
- 2652
-
- 0a5c_6414
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.1 USB
- FirmwareKey
- BCM4350C5_003.006.007.0222.4689_v8785
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 25620
- idVendor
- 2652
-
- 0a5c_6417
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 20702 Bluetooth 4.0
- FirmwareKey
- BCM20702A1_001.002.014.1502.1780_v5876
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 25623
- idVendor
- 2652
-
- 0a5c_6418
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom 4371 Bluetooth 4.1 Adapter
- FirmwareKey
- BCM4371C2_001.003.015.0093.0116_v4212
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 25624
- idVendor
- 2652
-
- 0a5c_7460
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20703 Bluetooth USB Device
- FirmwareKey
- BCM20703A1_001.001.005.0214.0473_v4569
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 29792
- idVendor
- 2652
-
- 0b05_17b5
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth Module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1468_v5564
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 6069
- idVendor
- 2821
-
- 0b05_17cb
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- ASUS USB-BT400
- FirmwareKey
- BCM20702A1_001.002.014.1443.1467_v5563
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 6091
- idVendor
- 2821
-
- 0b05_17cf
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1469_v5565
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 6095
- idVendor
- 2821
-
- 0b05_180a
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1714_v5810
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 6154
- idVendor
- 2821
-
- 0bb4_0306
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20703 Bluetooth USB Device
- FirmwareKey
- BCM20703A1_001.001.005.0214.0481_v4577
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 774
- idVendor
- 2996
-
- 105b_e065
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0
- FirmwareKey
- BCM43142A0_001.001.011.0311.0312_v4408
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57445
- idVendor
- 4187
-
- 105b_e066
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB
- FirmwareKey
- BCM20702A1_001.002.014.1443.1487_v5583
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 57446
- idVendor
- 4187
-
- 13d3_3384
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1477_v5573
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13188
- idVendor
- 5075
-
- 13d3_3388
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- BCM43142 Bluetooth 4.0 +HS USB Device
- FirmwareKey
- BCM43142A0_001.001.011.0311.0332_v4428
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13192
- idVendor
- 5075
-
- 13d3_3389
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- BCM43142 Bluetooth 4.0 +HS USB Device
- FirmwareKey
- BCM43142A0_001.001.011.0311.0333_v4429
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13193
- idVendor
- 5075
-
- 13d3_3392
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth Module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1478_v5574
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13202
- idVendor
- 5075
-
- 13d3_3404
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth Module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1479_v5575
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13316
- idVendor
- 5075
-
- 13d3_3411
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom BCM20702 Bluetooth 4.0 +HS USB Device
- FirmwareKey
- BCM20702A1_001.002.014.1443.1450_v5546
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13329
- idVendor
- 5075
-
- 13d3_3413
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1481_v5577
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13331
- idVendor
- 5075
-
- 13d3_3418
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1480_v5576
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13336
- idVendor
- 5075
-
- 13d3_3427
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Broadcom Bluetooth 4.0 USB Device
- FirmwareKey
- BCM43142A0_001.001.011.0311.0334_v4430
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13351
- idVendor
- 5075
-
- 13d3_3435
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1501_v5597
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13365
- idVendor
- 5075
-
- 13d3_3456
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1502_v5598
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13398
- idVendor
- 5075
-
- 13d3_3482
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM43142A0_001.001.011.0311.0346_v4442
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13442
- idVendor
- 5075
-
- 13d3_3484
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM43142A0_001.001.011.0311.0347_v4443
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13444
- idVendor
- 5075
-
- 13d3_3504
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM4371C2_001.003.015.0093.0118_v4214
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13572
- idVendor
- 5075
-
- 13d3_3508
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM4371C2_001.003.015.0093.0117_v4213
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13576
- idVendor
- 5075
-
- 13d3_3517
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Bluetooth USB module
- FirmwareKey
- BCM20702A1_001.002.014.1502.1786_v5882
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 13591
- idVendor
- 5075
-
- 145f_01a3
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Trust Bluetooth 4.0 Adapter
- FirmwareKey
- BCM20702A1_001.002.014.1443.1483_v5579
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 419
- idVendor
- 5215
-
- 413c_8143
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- DW1550 Bluetooth 4.0 LE
- FirmwareKey
- BCM20702A1_001.002.014.1443.1449_v5545
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 33091
- idVendor
- 16700
-
- 413c_8197
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- DisplayName
- Dell Wireless 380 Bluetooth 4.0 Module
- FirmwareKey
- BCM20702A1_001.002.014.1443.1447_v5543
- IOClass
- BrcmPatchRAM3
- IOMatchCategory
- BrcmPatchRAM3
- IOProbeScore
- 4000
- IOProviderClass
- IOUSBHostDevice
- idProduct
- 33175
- idVendor
- 16700
-
- BrcmPatchRAMResidency
-
- CFBundleIdentifier
- as.acidanthera.BrcmPatchRAM3
- IOClass
- BrcmPatchRAMResidency
- IOMatchCategory
- BrcmPatchRAMResidency
- IOProviderClass
- disabled_IOResources
-
-
- OSBundleLibraries
-
- as.acidanthera.BrcmFirmwareStore
- 2.5.1
- com.apple.iokit.IOUSBHostFamily
- 1.0.1
- com.apple.kpi.bsd
- 8.0
- com.apple.kpi.iokit
- 8.0
- com.apple.kpi.libkern
- 8.0
- com.apple.kpi.mach
- 8.0
-
-
-
diff --git a/Clover/kexts/Off/BrcmPatchRAM3.kext/Contents/MacOS/BrcmPatchRAM3 b/Clover/kexts/Off/BrcmPatchRAM3.kext/Contents/MacOS/BrcmPatchRAM3
deleted file mode 100644
index 4e2da6c..0000000
Binary files a/Clover/kexts/Off/BrcmPatchRAM3.kext/Contents/MacOS/BrcmPatchRAM3 and /dev/null differ
diff --git a/Clover/kexts/Off/HibernationFixup.kext/Contents/MacOS/HibernationFixup b/Clover/kexts/Off/HibernationFixup.kext/Contents/MacOS/HibernationFixup
deleted file mode 100644
index 0bd20f7..0000000
Binary files a/Clover/kexts/Off/HibernationFixup.kext/Contents/MacOS/HibernationFixup and /dev/null differ
diff --git a/Clover/kexts/Other/AppleALC.kext/Contents/Info.plist b/Clover/kexts/Other/AppleALC.kext/Contents/Info.plist
index ffa5207..0b3e8e3 100644
--- a/Clover/kexts/Other/AppleALC.kext/Contents/Info.plist
+++ b/Clover/kexts/Other/AppleALC.kext/Contents/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 1.4.5
+ 1.4.7
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,7 +25,7 @@
MacOSX
CFBundleVersion
- 1.4.5
+ 1.4.7
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
@@ -48,36 +48,6 @@
com.apple.driver.AppleHDAHardwareConfigDriver
HDAConfigDefault
-
- AFGLowPowerState
-
- AwAAAA==
-
- CodecID
- 283902610
- Comment
- baesar0 -ALC 292 for e6540 with dock
- ConfigData
-
- ASccEAEnHQEBJx6mAScfkAE3HPABNx0AATce
- AAE3H0ABRxxAAUcdAQFHHhcBRx+QAUcMAgFX
- HFABVx1AAVceKwFXHwIBVwwCAWccgAFnHUAB
- Zx4BAWcfAgFnDAIBhxzwAYcdAAGHHgABhx9A
- AZccIAGXHZABlx6BAZcfAgGnHHABpx0QAace
- qwGnHwIBtxzwAbcdAAG3HgABtx9AAdcc8AHX
- HQAB1x4AAdcfQAHnHPAB5x0AAeceAAHnH0A=
-
- FuncGroup
- 1
- LayoutID
- 55
- WakeConfigData
-
- AUcMAg==
-
- WakeVerbReinit
-
-
AFGLowPowerState
@@ -620,6 +590,32 @@
LayoutID
7
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ ALC215 for HP 830 G6 for 965987400abc
+ CodecID
+ 283902485
+ ConfigData
+
+ AUccEAFHHQEBRx4XAUcfmQIXHCACFx0QAhce
+ IQIXHwECFwwCASccMAEnHRgBJx6BAScfAQGX
+ HEABlx0BAZcepgGXH5kBRwwC
+
+ FuncGroup
+ 1
+ LayoutID
+ 18
+ WakeConfigData
+
+ AUcMAg==
+
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -1191,6 +1187,58 @@
WakeVerbReinit
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ MacPeet - Realtek ALC235 for ASUS GL553VD
+ CodecID
+ 283902517
+ ConfigData
+
+ AhccIAIXHRACFx4rAhcfAAG3HDABtx0AAbce
+ pwG3H5ABlxwwAZcdEAGXHosBlx8BAUccQAFH
+ HQABRx4XAUcfkAFHDAI=
+
+ FuncGroup
+ 1
+ LayoutID
+ 16
+ WakeConfigData
+
+ AUcMAg==
+
+ WakeVerbReinit
+
+
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ Realtek ALC235 for Lenovo ThinkCentre Tiny M720q by marian
+ CodecID
+ 283902517
+ ConfigData
+
+ AUccEAFHHQEBRx4XAUcfkAFHDAICFxwfAhcd
+ EAIXHiECFx8CAhcMAgGXHCABlx0QAZceoAGX
+ H5IBpxwwAacdEAGnHoABpx8C
+
+ FuncGroup
+ 1
+ LayoutID
+ 17
+ WakeConfigData
+
+ AUcMAgIXDAIBlwwAAacMAA==
+
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -1329,6 +1377,28 @@
WakeVerbReinit
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ ALC236 for Lenovo Xiaoxin Air 14IKBR by AlexanderLake
+ CodecID
+ 283902518
+ ConfigData
+
+ ASccEAEnHQEBJx6gAScfkAFHHEABRx0BAUce
+ EAFHH5ABRwwCAZccIAGXHRABlx6LAZcfAQIX
+ HFACFx0QAhceKwIXHwECFwwC
+
+ FuncGroup
+ 1
+ LayoutID
+ 12
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -1694,19 +1764,19 @@
AwAAAA==
Codec
- cowpod - Realtek ALC255 for UX360CA
+ ALC255 for Asus X556UA m-dudarev
CodecID
283902549
ConfigData
- AUccEAFHHQABRx4XAUcfkAFHDAICFxwgAhcd
- EAIXHiECFx8AAhcMAgEnHDABJx0AAScepgEn
- H5ABlxxAAZcdAAGXHoEBlx8A
+ AUccEAFHHQEBRx4XAUcfkAGXHCABlx0QAZce
+ gQGXHwQCFxwgAhcdEAIXHiECFx8EAbccMAG3
+ HQEBtx6gAbcfkAFHDAI=
FuncGroup
1
LayoutID
- 31
+ 27
WakeConfigData
AUcMAg==
@@ -1720,19 +1790,18 @@
AwAAAA==
Codec
- ALC255 for Asus X556UA m-dudarev
+ Realtek ALC255 for Lenovo B470 - vusun123
CodecID
283902549
ConfigData
- AUccEAFHHQEBRx4XAUcfkAGXHCABlx0QAZce
- gQGXHwQCFxwgAhcdEAIXHiECFx8EAbccMAG3
- HQEBtx6gAbcfkAFHDAI=
+ ASccYAEnHQABJx6gAScfkAFHHCABRx0AAUce
+ FwFHH5ABRwwCAhccMAIXHRACFx4hAhcfAQ==
FuncGroup
1
LayoutID
- 27
+ 28
WakeConfigData
AUcMAg==
@@ -1746,18 +1815,23 @@
AwAAAA==
Codec
- Realtek ALC255 for Lenovo B470 - vusun123
+ HongyuS - Realtek ALC255 for XiaoMiAir 13.3
CodecID
283902549
ConfigData
- ASccYAEnHQABJx6gAScfkAFHHCABRx0AAUce
- FwFHH5ABRwwCAhccMAIXHRACFx4hAhcfAQ==
+ ASccMAEnHQEBJx6mAScfkAFHHBABRx0BAUce
+ FwFHH5ABRwwCAXccAAF3HQABdx4AAXcfQAGH
+ HPABhx0AAYceAAGHH0ABlxwgAZcdEAGXHoEB
+ lx8EAacc8AGnHQABpx4AAacfQAG3HPABtx0A
+ AbceAAG3H0AB1xwtAdcdmgHXHvcB1x9AAecc
+ 8AHnHQAB5x4AAecfQAIXHCACFx0QAhceIQIX
+ HwQCFwwC
FuncGroup
1
LayoutID
- 28
+ 30
WakeConfigData
AUcMAg==
@@ -1771,23 +1845,45 @@
AwAAAA==
Codec
- HongyuS - Realtek ALC255 for XiaoMiAir 13.3
+ cowpod - Realtek ALC255 for UX360CA
CodecID
283902549
ConfigData
- ASccMAEnHQEBJx6mAScfkAFHHBABRx0BAUce
- FwFHH5ABRwwCAXccAAF3HQABdx4AAXcfQAGH
- HPABhx0AAYceAAGHH0ABlxwgAZcdEAGXHoEB
- lx8EAacc8AGnHQABpx4AAacfQAG3HPABtx0A
- AbceAAG3H0AB1xwtAdcdmgHXHvcB1x9AAecc
- 8AHnHQAB5x4AAecfQAIXHCACFx0QAhceIQIX
- HwQCFwwC
+ AUccEAFHHQABRx4XAUcfkAFHDAICFxwgAhcd
+ EAIXHiECFx8AAhcMAgEnHDABJx0AAScepgEn
+ H5ABlxxAAZcdAAGXHoEBlx8A
FuncGroup
1
LayoutID
- 30
+ 31
+ WakeConfigData
+
+ AUcMAg==
+
+ WakeVerbReinit
+
+
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ DoctorStrange96 - Realtek ALC255 for Acer Aspire A51x
+ CodecID
+ 283902549
+ ConfigData
+
+ ASccQAEnHQEBJx6mAScfkAFHHCABRx0BAUce
+ FwFHH5ABRwwCAZcccAGXHRABlx6LAZcfAgIX
+ HDACFx0QAhceIQIXHwICFwwC
+
+ FuncGroup
+ 1
+ LayoutID
+ 71
WakeConfigData
AUcMAg==
@@ -1970,6 +2066,36 @@
WakeVerbReinit
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ VicQ - Realtek ALC256 (3246) for Dell 7000 Series with 2.1Ch
+ CodecID
+ 283902550
+ ConfigData
+
+ ASccYAEnHAEBJxymAScckAE3HPABNx0AATce
+ AAE3H0ABRxxAAUcdAQFHHhABRx+QAUcMAgGH
+ HPABhx0AAYceAAGHH0ABlxwgAZcdEAGXHosB
+ lx8BAacccAGnHQABpx6hAacfAQG3HEEBtx0B
+ AbceEAG3H5ABtwwCAdcc8AHXHQAB1x4AAdcf
+ QAHnHPAB5x0AAeceAAHnH0ACFxxQAhcdEAIX
+ HisCFx8BAhcMAg==
+
+ FuncGroup
+ 1
+ LayoutID
+ 16
+ WakeConfigData
+
+ AUcMAgG3DAI=
+
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -2021,6 +2147,32 @@
WakeVerbReinit
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ CodecID
+ 283902550
+ Comment
+ Andres ZeroCross for Razer Blade 15 RZ09-02705E75
+ ConfigData
+
+ AUccUAFHHQABRx4XAUcfkAFHDAIBJxwwAScd
+ AAEnHqABJx+QAhccIAIXHRACFx4hAhcfAAGX
+ HEABlx0QAZcegQGXHwQ=
+
+ FuncGroup
+ 1
+ LayoutID
+ 23
+ WakeConfigData
+
+ AUcMAg==
+
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -4888,6 +5040,32 @@
WakeVerbReinit
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ MacPeet - alc292 for LENOVO THINKPAD T450_T450s_X240 - ManualMode
+ CodecID
+ 283902610
+ ConfigData
+
+ AaccIAGnHRABpx6BAacfAAEnHDABJx0AASce
+ pgEnH5ABRxxAAUcdAAFHHhcBRx+QAUcMAgFX
+ HFABVx0QAVceAQFXHwABVwwC
+
+ FuncGroup
+ 1
+ LayoutID
+ 15
+ WakeConfigData
+
+ AUcMAgFXDAI=
+
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -4958,6 +5136,36 @@
LayoutID
32
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ CodecID
+ 283902610
+ Comment
+ baesar0 -ALC 292 for e6540 with dock
+ ConfigData
+
+ ASccEAEnHQEBJx6mAScfkAE3HPABNx0AATce
+ AAE3H0ABRxxAAUcdAQFHHhcBRx+QAUcMAgFX
+ HFABVx1AAVceKwFXHwIBVwwCAWccgAFnHUAB
+ Zx4BAWcfAgFnDAIBhxzwAYcdAAGHHgABhx9A
+ AZccIAGXHZABlx6BAZcfAgGnHHABpx0QAace
+ qwGnHwIBtxzwAbcdAAG3HgABtx9AAdcc8AHX
+ HQAB1x4AAdcfQAHnHPAB5x0AAeceAAHnH0A=
+
+ FuncGroup
+ 1
+ LayoutID
+ 55
+ WakeConfigData
+
+ AUcMAg==
+
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -5133,6 +5341,59 @@
WakeVerbReinit
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ Ayat Kyo - Realtek ALC294 for Asus ROG G531GD
+ CodecID
+ 283902612
+ ConfigData
+
+ ATccAAE3HQABNx4QATcfQAFHHBABRx0BAUce
+ FwFHH5ABRwwCAZccIAGXHRABlx6BAZcfBAIX
+ HDACFx0QAhceIQIXHwQCFwwCAdccQAHXHZoB
+ 1x5nAdcfQAEnHFABJx0BASceoAEnH5A=
+
+ FuncGroup
+ 1
+ LayoutID
+ 28
+ WakeConfigData
+
+ AUcMAgIXDAI=
+
+ WakeVerbReinit
+
+
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ KKKIIINNN - ALC294 ASUS X542UQR
+ CodecID
+ 283902612
+ ConfigData
+
+ AhccIAIXHRACFx4hAhcfAQG3HDABtx0BAbce
+ pwG3H5ABlxwwAZcdEAGXHoEBlx8BAUccEAFH
+ HQEBRx4XAUcfkAFHDAIBtwwCAhcMAg==
+
+ FuncGroup
+ 1
+ LayoutID
+ 66
+ WakeConfigData
+
+ AUcMAgG3DAICFwwC
+
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -6333,7 +6594,7 @@
283903744
ConfigData
- AZceYQGXByU=
+ AZceYQGXByUBtx4R
FuncGroup
1
@@ -8704,6 +8965,35 @@
WakeVerbReinit
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ CodecID
+ 283906592
+ CodecName
+ MacPeet- ALC1220 for Z370 AORUS Gaming 7 - Output SP/HP SwitchMode
+ ConfigData
+
+ AeccMAHnHSAB5x5FAecfAQGHHEABhx2QAYce
+ oQGHH5ABlxxQAZcdkAGXHoEBlx8CAUccYAFH
+ HUABRx4hAUcfAgFHDAIBVxxwAVcdEAFXHgEB
+ Vx8BAWccgAFnHWABZx4BAWcfAQGnHJABpx0w
+ AacegQGnHwEBtxygAbcdQAG3HhEBtx+QAbcM
+ Ag==
+
+ FuncGroup
+ 1
+ LayoutID
+ 30
+ WakeConfigData
+
+ AUcMAgG3DAI=
+
+ WakeVerbReinit
+
+
AFGLowPowerState
@@ -10733,6 +11023,32 @@
WakeVerbReinit
+
+ AFGLowPowerState
+
+ AwAAAA==
+
+ Codec
+ Lancet-X—Realtek ALC295/ALC3254 for HP OMEN 15-AX000
+ CodecID
+ 283902613
+ ConfigData
+
+ ASccEAEnHQEBJx6mAScfmQFHHEABRx0BAUce
+ FwFHH5kBlxwgAZcdEAGXHoEBlx8AAhccUAIX
+ HRACFx4hAhcfAAFHDAICFwwC
+
+ FuncGroup
+ 1
+ LayoutID
+ 23
+ WakeConfigData
+
+ AUcMAgIXDAI=
+
+ WakeVerbReinit
+
+
IOClass
AppleHDAHardwareConfigDriver
diff --git a/Clover/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC b/Clover/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC
index 0b8e24d..ee856ff 100644
Binary files a/Clover/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC and b/Clover/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC differ
diff --git a/Clover/kexts/Other/Lilu.kext/Contents/Info.plist b/Clover/kexts/Other/Lilu.kext/Contents/Info.plist
index da20a07..cfbca1f 100644
--- a/Clover/kexts/Other/Lilu.kext/Contents/Info.plist
+++ b/Clover/kexts/Other/Lilu.kext/Contents/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 1.4.1
+ 1.4.2
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,7 +25,7 @@
MacOSX
CFBundleVersion
- 1.4.1
+ 1.4.2
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
diff --git a/Clover/kexts/Other/Lilu.kext/Contents/MacOS/Lilu b/Clover/kexts/Other/Lilu.kext/Contents/MacOS/Lilu
index a085afb..9a62e79 100644
Binary files a/Clover/kexts/Other/Lilu.kext/Contents/MacOS/Lilu and b/Clover/kexts/Other/Lilu.kext/Contents/MacOS/Lilu differ
diff --git a/Clover/kexts/Off/HibernationFixup.kext/Contents/Info.plist b/Clover/kexts/Other/VoodooInput.kext/Contents/Info.plist
similarity index 60%
rename from Clover/kexts/Off/HibernationFixup.kext/Contents/Info.plist
rename to Clover/kexts/Other/VoodooInput.kext/Contents/Info.plist
index 5d02711..0f4e8ef 100644
--- a/Clover/kexts/Off/HibernationFixup.kext/Contents/Info.plist
+++ b/Clover/kexts/Other/VoodooInput.kext/Contents/Info.plist
@@ -7,25 +7,23 @@
CFBundleDevelopmentRegion
en
CFBundleExecutable
- HibernationFixup
+ VoodooInput
CFBundleIdentifier
- as.lvs1974.HibernationFixup
+ me.kishorprins.VoodooInput
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- HibernationFixup
+ VoodooInput
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 1.3.2
- CFBundleSignature
- ????
+ 1.0.3
CFBundleSupportedPlatforms
MacOSX
CFBundleVersion
- 1.3.2
+ 1.0.3
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
@@ -42,40 +40,35 @@
10E1001
IOKitPersonalities
- as.lvs1974.HibernationFixup
+ Voodoo Input
CFBundleIdentifier
- as.lvs1974.HibernationFixup
+ me.kishorprins.VoodooInput
IOClass
- HibernationFixup
- IOMatchCategory
- HibernationFixup
+ VoodooInput
+ IOProbeScore
+ 200
+ IOPropertyMatch
+
+ VoodooInputSupported
+
+
IOProviderClass
- IOResources
- IOResourceMatch
- IOKit
+ IOService
NSHumanReadableCopyright
- Copyright © 2017 lvs1974. All rights reserved.
- OSBundleCompatibleVersion
- 1.0
+ Copyright © 2019 Kishor Prins. All rights reserved.
OSBundleLibraries
- as.vit9696.Lilu
- 1.2.4
- com.apple.kpi.bsd
- 12.0.0
- com.apple.kpi.dsep
- 12.0.0
+ com.apple.iokit.IOHIDFamily
+ 2.0
com.apple.kpi.iokit
- 12.0.0
+ 14
com.apple.kpi.libkern
- 12.0.0
+ 14
com.apple.kpi.mach
- 12.0.0
- com.apple.kpi.unsupported
- 12.0.0
+ 13.0
OSBundleRequired
Root
diff --git a/Clover/kexts/Other/VoodooInput.kext/Contents/MacOS/VoodooInput b/Clover/kexts/Other/VoodooInput.kext/Contents/MacOS/VoodooInput
new file mode 100644
index 0000000..6d78c5b
Binary files /dev/null and b/Clover/kexts/Other/VoodooInput.kext/Contents/MacOS/VoodooInput differ
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist
index 5ab7a80..f404b4d 100644
--- a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist
+++ b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
VoodooPS2Controller
CFBundleGetInfoString
- 2.1.0, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013
+ 2.1.2, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013
CFBundleIdentifier
as.acidanthera.voodoo.driver.PS2Controller
CFBundleInfoDictionaryVersion
@@ -17,7 +17,7 @@
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 2.1.0
+ 2.1.2
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,7 +25,7 @@
MacOSX
CFBundleVersion
- 2.1.0
+ 2.1.2
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
@@ -135,7 +135,7 @@
OSBundleCompatibleVersion
- 2.1.0
+ 2.1.2
OSBundleLibraries
com.apple.iokit.IOACPIFamily
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller
index a3c1e57..945cbd5 100644
Binary files a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller and b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller differ
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Info.plist b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Info.plist
deleted file mode 100644
index ea2facb..0000000
--- a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleIdentifier
- com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Keyboard
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundlePackageType
- dSYM
- CFBundleSignature
- ????
- CFBundleShortVersionString
- 2.1.0
- CFBundleVersion
- 2.1.0
-
-
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard
deleted file mode 100644
index 0501573..0000000
Binary files a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard and /dev/null differ
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist
index dad60e7..2bf4b32 100644
--- a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist
+++ b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
VoodooPS2Keyboard
CFBundleGetInfoString
- 2.1.0, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013
+ 2.1.2, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013
CFBundleIdentifier
as.acidanthera.voodoo.driver.PS2Keyboard
CFBundleInfoDictionaryVersion
@@ -17,7 +17,7 @@
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 2.1.0
+ 2.1.2
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,7 +25,7 @@
MacOSX
CFBundleVersion
- 2.1.0
+ 2.1.2
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
@@ -596,7 +596,7 @@
OSBundleLibraries
as.acidanthera.voodoo.driver.PS2Controller
- 2.1.0
+ 2.1.2
com.apple.iokit.IOHIDFamily
1.0.0b1
com.apple.kpi.bsd
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard
index 7778a53..035db4a 100644
Binary files a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard and b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard differ
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Info.plist b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Info.plist
deleted file mode 100644
index 0f1f323..0000000
--- a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleIdentifier
- com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Mouse
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundlePackageType
- dSYM
- CFBundleSignature
- ????
- CFBundleShortVersionString
- 2.1.0
- CFBundleVersion
- 2.1.0
-
-
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse
deleted file mode 100644
index bac13ba..0000000
Binary files a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse and /dev/null differ
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist
index cef6432..0bcb956 100644
--- a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist
+++ b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
VoodooPS2Mouse
CFBundleGetInfoString
- 2.1.0, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013
+ 2.1.2, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013
CFBundleIdentifier
as.acidanthera.voodoo.driver.PS2Mouse
CFBundleInfoDictionaryVersion
@@ -17,7 +17,7 @@
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 2.1.0
+ 2.1.2
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,7 +25,7 @@
MacOSX
CFBundleVersion
- 2.1.0
+ 2.1.2
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
@@ -178,7 +178,7 @@
OSBundleLibraries
as.acidanthera.voodoo.driver.PS2Controller
- 2.1.0
+ 2.1.2
com.apple.iokit.IOHIDFamily
1.0.0b1
com.apple.kpi.iokit
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse
index 3422ded..4421a68 100644
Binary files a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse and b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse differ
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Info.plist b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Info.plist
deleted file mode 100644
index 4cb9bc2..0000000
--- a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleIdentifier
- com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Trackpad
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundlePackageType
- dSYM
- CFBundleSignature
- ????
- CFBundleShortVersionString
- 2.1.0
- CFBundleVersion
- 2.1.0
-
-
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad
deleted file mode 100644
index e4d99f1..0000000
Binary files a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad and /dev/null differ
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist
index f1e0e1a..3f01768 100644
--- a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist
+++ b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
VoodooPS2Trackpad
CFBundleGetInfoString
- 2.1.0, Copyright Apple Computer, Inc. 2002-2003, mackerintel 2008, RehabMan 2012-2013
+ 2.1.2, Copyright Apple Computer, Inc. 2002-2003, mackerintel 2008, RehabMan 2012-2013
CFBundleIdentifier
as.acidanthera.voodoo.driver.PS2Trackpad
CFBundleInfoDictionaryVersion
@@ -17,7 +17,7 @@
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 2.1.0
+ 2.1.2
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,7 +25,7 @@
MacOSX
CFBundleVersion
- 2.1.0
+ 2.1.2
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
@@ -434,7 +434,7 @@
OSBundleLibraries
as.acidanthera.voodoo.driver.PS2Controller
- 2.1.0
+ 2.1.2
com.apple.iokit.IOHIDFamily
1.0.0b1
com.apple.kpi.iokit
diff --git a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad
index 990455c..4d2dabc 100644
Binary files a/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad and b/Clover/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad differ
diff --git a/Clover/kexts/Other/WhateverGreen.kext/Contents/Info.plist b/Clover/kexts/Other/WhateverGreen.kext/Contents/Info.plist
index 6352eca..6128e67 100644
--- a/Clover/kexts/Other/WhateverGreen.kext/Contents/Info.plist
+++ b/Clover/kexts/Other/WhateverGreen.kext/Contents/Info.plist
@@ -3,7 +3,7 @@
BuildMachineOSBuild
- 19B88
+ 18E226
CFBundleDevelopmentRegion
en
CFBundleExecutable
@@ -17,7 +17,7 @@
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 1.3.6
+ 1.3.7
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,21 +25,21 @@
MacOSX
CFBundleVersion
- 1.3.6
+ 1.3.7
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
- 11A1027
+ 10E1001
DTPlatformVersion
GM
DTSDKBuild
- 19A547
+ 18E219
DTSDKName
- macosx10.15
+ macosx10.14
DTXcode
- 1110
+ 1020
DTXcodeBuild
- 11A1027
+ 10E1001
IOKitPersonalities
NVHDAEnabler
@@ -73,8 +73,6 @@
IOKit
- LSMinimumSystemVersion
- 10.8
NSHumanReadableCopyright
Copyright © 2018 vit9696. All rights reserved.
OSBundleCompatibleVersion
diff --git a/Clover/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen b/Clover/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen
index eb14277..b42b17a 100644
Binary files a/Clover/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen and b/Clover/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen differ
diff --git a/Clover/kexts/Other/WhateverGreen.kext/Contents/_CodeSignature/CodeResources b/Clover/kexts/Other/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
deleted file mode 100644
index d5d0fd7..0000000
--- a/Clover/kexts/Other/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
- files
-
- files2
-
- rules
-
- ^Resources/
-
- ^Resources/.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^Resources/.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Resources/Base\.lproj/
-
- weight
- 1010
-
- ^version.plist$
-
-
- rules2
-
- .*\.dSYM($|/)
-
- weight
- 11
-
- ^(.*/)?\.DS_Store$
-
- omit
-
- weight
- 2000
-
- ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
-
- nested
-
- weight
- 10
-
- ^.*
-
- ^Info\.plist$
-
- omit
-
- weight
- 20
-
- ^PkgInfo$
-
- omit
-
- weight
- 20
-
- ^Resources/
-
- weight
- 20
-
- ^Resources/.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^Resources/.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Resources/Base\.lproj/
-
- weight
- 1010
-
- ^[^/]+$
-
- nested
-
- weight
- 10
-
- ^embedded\.provisionprofile$
-
- weight
- 20
-
- ^version\.plist$
-
- weight
- 20
-
-
-
-
diff --git a/Clover/themes/Minimalism/.hash b/Clover/themes/Minimalism/.hash
deleted file mode 100644
index 886cc97..0000000
--- a/Clover/themes/Minimalism/.hash
+++ /dev/null
@@ -1 +0,0 @@
-6896bd1aa943741e09323cb9c768d36f888b117f
diff --git a/Clover/themes/Minimalism/background.png b/Clover/themes/Minimalism/background.png
deleted file mode 100644
index 0b086de..0000000
Binary files a/Clover/themes/Minimalism/background.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/banner.png b/Clover/themes/Minimalism/banner.png
deleted file mode 100644
index 29f05dc..0000000
Binary files a/Clover/themes/Minimalism/banner.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/font.png b/Clover/themes/Minimalism/font.png
deleted file mode 100644
index 3e135f1..0000000
Binary files a/Clover/themes/Minimalism/font.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/func_about.png b/Clover/themes/Minimalism/icons/func_about.png
deleted file mode 100644
index c4c8720..0000000
Binary files a/Clover/themes/Minimalism/icons/func_about.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/func_clover.png b/Clover/themes/Minimalism/icons/func_clover.png
deleted file mode 100644
index d8850fb..0000000
Binary files a/Clover/themes/Minimalism/icons/func_clover.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/func_help.png b/Clover/themes/Minimalism/icons/func_help.png
deleted file mode 100644
index d6df6e2..0000000
Binary files a/Clover/themes/Minimalism/icons/func_help.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/func_options.png b/Clover/themes/Minimalism/icons/func_options.png
deleted file mode 100644
index ecc34b4..0000000
Binary files a/Clover/themes/Minimalism/icons/func_options.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/func_reset.png b/Clover/themes/Minimalism/icons/func_reset.png
deleted file mode 100644
index 1aa2690..0000000
Binary files a/Clover/themes/Minimalism/icons/func_reset.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/func_secureboot.png b/Clover/themes/Minimalism/icons/func_secureboot.png
deleted file mode 100644
index 6a84904..0000000
Binary files a/Clover/themes/Minimalism/icons/func_secureboot.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/func_secureboot_config.png b/Clover/themes/Minimalism/icons/func_secureboot_config.png
deleted file mode 100644
index e2fd251..0000000
Binary files a/Clover/themes/Minimalism/icons/func_secureboot_config.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/func_shutdown.png b/Clover/themes/Minimalism/icons/func_shutdown.png
deleted file mode 100644
index 19b0888..0000000
Binary files a/Clover/themes/Minimalism/icons/func_shutdown.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/os_cougar.icns b/Clover/themes/Minimalism/icons/os_cougar.icns
deleted file mode 100644
index 743b394..0000000
Binary files a/Clover/themes/Minimalism/icons/os_cougar.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/os_legacy.icns b/Clover/themes/Minimalism/icons/os_legacy.icns
deleted file mode 100644
index 82f7b54..0000000
Binary files a/Clover/themes/Minimalism/icons/os_legacy.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/os_lion.icns b/Clover/themes/Minimalism/icons/os_lion.icns
deleted file mode 100644
index 743b394..0000000
Binary files a/Clover/themes/Minimalism/icons/os_lion.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/os_mac.icns b/Clover/themes/Minimalism/icons/os_mac.icns
deleted file mode 100644
index 743b394..0000000
Binary files a/Clover/themes/Minimalism/icons/os_mac.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/os_mav.icns b/Clover/themes/Minimalism/icons/os_mav.icns
deleted file mode 100644
index 743b394..0000000
Binary files a/Clover/themes/Minimalism/icons/os_mav.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/os_vista.icns b/Clover/themes/Minimalism/icons/os_vista.icns
deleted file mode 100644
index 82f7b54..0000000
Binary files a/Clover/themes/Minimalism/icons/os_vista.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/os_yos.icns b/Clover/themes/Minimalism/icons/os_yos.icns
deleted file mode 100644
index 743b394..0000000
Binary files a/Clover/themes/Minimalism/icons/os_yos.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/pointer.icns b/Clover/themes/Minimalism/icons/pointer.icns
deleted file mode 100644
index 5fc6abd..0000000
Binary files a/Clover/themes/Minimalism/icons/pointer.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/pointer.png b/Clover/themes/Minimalism/icons/pointer.png
deleted file mode 100644
index e3de189..0000000
Binary files a/Clover/themes/Minimalism/icons/pointer.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/tool_shell.png b/Clover/themes/Minimalism/icons/tool_shell.png
deleted file mode 100644
index 27f7337..0000000
Binary files a/Clover/themes/Minimalism/icons/tool_shell.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_clover.icns b/Clover/themes/Minimalism/icons/vol_clover.icns
deleted file mode 100644
index 4a2d769..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_clover.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_external.icns b/Clover/themes/Minimalism/icons/vol_external.icns
deleted file mode 100644
index d2e5e60..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_external.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_firewire.icns b/Clover/themes/Minimalism/icons/vol_firewire.icns
deleted file mode 100644
index 4a2d769..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_firewire.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_internal.icns b/Clover/themes/Minimalism/icons/vol_internal.icns
deleted file mode 100644
index 4a2d769..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_internal.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_internal_ext3.icns b/Clover/themes/Minimalism/icons/vol_internal_ext3.icns
deleted file mode 100644
index 4a2d769..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_internal_ext3.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_internal_hfs.icns b/Clover/themes/Minimalism/icons/vol_internal_hfs.icns
deleted file mode 100644
index 4a2d769..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_internal_hfs.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_internal_ntfs.icns b/Clover/themes/Minimalism/icons/vol_internal_ntfs.icns
deleted file mode 100644
index 4a2d769..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_internal_ntfs.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_optical.icns b/Clover/themes/Minimalism/icons/vol_optical.icns
deleted file mode 100644
index 4a2d769..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_optical.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/icons/vol_recovery.icns b/Clover/themes/Minimalism/icons/vol_recovery.icns
deleted file mode 100644
index aaaf912..0000000
Binary files a/Clover/themes/Minimalism/icons/vol_recovery.icns and /dev/null differ
diff --git a/Clover/themes/Minimalism/screenshot.png b/Clover/themes/Minimalism/screenshot.png
deleted file mode 100644
index 6de07e6..0000000
Binary files a/Clover/themes/Minimalism/screenshot.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/selection.png b/Clover/themes/Minimalism/selection.png
deleted file mode 100644
index ef8ac35..0000000
Binary files a/Clover/themes/Minimalism/selection.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/selection_small.png b/Clover/themes/Minimalism/selection_small.png
deleted file mode 100644
index 4f27d3b..0000000
Binary files a/Clover/themes/Minimalism/selection_small.png and /dev/null differ
diff --git a/Clover/themes/Minimalism/theme.plist b/Clover/themes/Minimalism/theme.plist
deleted file mode 100644
index c881a56..0000000
--- a/Clover/themes/Minimalism/theme.plist
+++ /dev/null
@@ -1,5 +0,0 @@
-
Author
dodvip123
Description
Black and white minimalistic theme
Theme
Background
Path
background.png
Type
Tile
- Sharp
- 0xFF
Dark
Badges
Inline
Show
Swap
Banner
banner.png
Font
CharWidth
10
Path
font.png
Type
Load
Selection
Big
selection.png
Color
0xFFFFFF80
- Small
- selection_small.png
Components
Banner
Functions
Label
Revision
MenuTitle
Year
2016
\ No newline at end of file
diff --git a/readme.md b/readme.md
index 7a51b3b..93bb6a8 100644
--- a/readme.md
+++ b/readme.md
@@ -21,23 +21,20 @@ EFI文件在这里[GitHub](https://github.com/Doapeat/Dell7567)
* 设置 `SATA Mode`为 `AHCI` ,自行百度;
* 关闭 `Secure Boot`;
* 关闭 `VT ` (最好);
-* `蓝牙驱动:` `BrcmBluetoothInjector.kext` `BrcmFirmwareData.kext` `BrcmPatchRAM2.kext` (3个)
+* `蓝牙驱动:` `BrcmBluetoothInjector.kext` `BrcmFirmwareData.kext` `BrcmPatchRAM2.kext` (3个);
`WiFi驱动:` `AirportBrcmFixup.kext` (1个)
-在`\EFI\Clover\kexts\Off`下,是不会启用的,需要的自行放到`\EFI\Clover\kexts\Other` 注意安装顺序:先从BIOS中关闭WiFi和蓝牙再安装系统,然后安装`蓝牙` `WiFi`驱动。
-* `CPU变频驱动:` `CPUFriend.kext` `CPUFriendDataProvider.kext`(2个)
-在`\EFI\Clover\kexts\Off`下,是不会启用的,需要的自行放到`\EFI\Clover\kexts\Other` SMBIOS机型设置为`(14,3)`的并且CPU是`i7 7700HQ`的不需要这两个驱动。
-* 安装过程中剩余2分钟安装完成时会自动重启,不用担心,直接选择刚才安装的盘启动;
+在`\EFI\Clover\kexts\Off`下,是不会启用的,需要的自行放到`\EFI\Clover\kexts\Other` 注意安装顺序:先从BIOS中关闭WiFi和蓝牙再安装系统,然后安装`蓝牙` `WiFi`驱动;
+* `CPU变频驱动:` SMBIOS机型设置为`(14,3)`的并且CPU是`i7 7700HQ`的不需要,CPU是`i5 7300HQ`的[看这里](https://github.com/stevezhengshiqi/one-key-cpufriend/blob/master/README_CN.md);
+
+* 安装过程中可能会在剩余2分钟安装完成时自动重启,不用担心,直接选择刚才安装的盘启动;
* 在Clover.plist 中的SMBIOS仿冒机型改为`(14,3)`,原来机型是`(14,1)`的麻烦自己改一下,不修改会导致蓝牙或Wi-Fi驱动失败,需重装才能修复,以后不出大问题都不会换了,原因是`(14,3)`变频良好;
-* `CodecCommander.kext` 安装到 `Library\Extensions\`下面可以解决唤醒无声问题,不会安装的可以使用` Kext Utility`安装;
+* `CodecCommander.kext` 安装到 `Library\Extensions\`下面可以解决唤醒无声问题,不会安装的可以使用` Kext Utility` 、`Hackintool`等安装;
* 使用ALCPlugFix修复耳机杂音前先运行
```
sudo mount -uw / && killall Finder
```
-* 重建缓存命令(感谢黑果小兵),建议使用`Hackintool`,因为还要修复权限:
-```
-sudo kextcache -i /
-```
+
* 从第三方来源安装程序:
```
sudo spctl --master-disable
@@ -46,6 +43,13 @@ sudo spctl --master-disable
## 更新日志
+* 2020.3.8
+ * 使用`VooDooInput.kext`驱动触控板,触控更灵敏,同时修复睡眠唤醒之后偶尔出现触控板无法使用的问题;
+ * 合并1080P和4K的Config.plist文件;
+ * 注入网卡、显卡、声卡的PCI设备属性,更换DW1820A的请手动去掉`Config.plist/Devices/properties/#PciRoot(0x0)/Pci(0x1C,0x5)/Pci(0x0,0x0)`项目前面的`#`以启用,有助于解决部分搜不到手机热点的问题;
+ * 已知问题:
+ * 耳机使用`ALCplugFix`+`CodecCommander.kext`可能会导致插入耳机时内置MIC和耳机MIC均无法使用的问题,这是驱动与声卡节点不兼容的原因导致的,`VicQ`修改制作了新的驱动以解决这一问题,还在测试;
+ * 添加启动参数`-disablegfxfirmware`可以解决核显最高只能达到400Mhz的问题,自行斟酌使用;
* 2020.2.24
* 本机型换网卡之后,目前各项功能已趋于完美;