Add YogaSMC kext

This commit is contained in:
Hoang Hong Quan
2025-04-28 21:32:17 +07:00
parent b6bb0e4af6
commit 06e30adcc6
3 changed files with 17 additions and 1 deletions
+10
View File
@@ -615,6 +615,16 @@ kexts = [
"repo": "BigSurface"
}
),
KextInfo(
name = "YogaSMC",
description = "Enables support for syncing SMC keys, controlling sensors and managing vendor-specific features",
category = "Brand Specific",
requires_kexts = ["Lilu", "VirtualSMC"],
github_repo = {
"owner": "zhen-zen",
"repo": "YogaSMC"
}
),
KextInfo(
name = "CtlnaAHCIPort",
description = "Improves support for certain SATA controllers",
+3 -1
View File
@@ -1364,4 +1364,6 @@ ChromebookIDs = {
ThinkPadTWX30IDs = {
"8086-1E55": ("21F317AA", "21F617AA", "21FB17AA"),
"8086-1E58": ("500C17AA"),
}
}
YogaHIDs = ("INT33D5", "INTC1051", "INTC1054", "LEN0068", "LEN0268", "VPC2004")