From 866a80f6d1677d78058efa8aa8740386d5386534 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 12 Nov 2024 01:37:43 +0700 Subject: [PATCH] Add CPUFriend kext for dynamic power management data injection --- Scripts/datasets/kext_data.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index c5f717d..18702ca 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -607,6 +607,16 @@ kexts = [ "repo": "BrightnessKeys" } ), + KextInfo( + name = "CPUFriend", + description = "Dynamic power management data injection (requires CPUFriendDataProvider)", + category = "Extras", + requires_kexts = ["Lilu"], + github_repo = { + "owner": "acidanthera", + "repo": "CPUFriend" + } + ), KextInfo( name = "CpuTopologyRebuild", description = "Optimizes the core configuration of Intel Alder Lake CPUs+",