From ff617d81f13f5e7ee6844367a19dc795a7bb3797 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Mon, 7 Oct 2024 23:22:43 +0700 Subject: [PATCH] Remove USBMap.kext entry from loaded kext list --- Scripts/kext_maestro.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Scripts/kext_maestro.py b/Scripts/kext_maestro.py index 603d2b1..2fbf13a 100644 --- a/Scripts/kext_maestro.py +++ b/Scripts/kext_maestro.py @@ -367,17 +367,6 @@ class KextMaestro: "PlistPath": bundle.get("PlistPath") }) - kernel_add.append({ - "Arch": "x86_64", - "BundlePath": "USBMap.kext", - "Comment": "", - "Enabled": True, - "ExecutablePath": "", - "MaxKernel": "", - "MinKernel": "", - "PlistPath": "Contents/Info.plist" - }) - return kernel_add def uncheck_kext(self, index):