-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1、ACPI修补电池 `建议维修` 2、USB定制:添加 SSDT-ACPI-USB-XHUB-PRO13.aml 删除 USBMap.kext 3、声卡ID 替换为 11 4、机型为MacBookPro16,2
- Loading branch information
M69W
authored and
M69W
committed
Apr 16, 2023
1 parent
7ff0b22
commit 154c4a1
Showing
93 changed files
with
754 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
// battery_BIF | ||
// | ||
// In config ACPI\Patch, _BIF to XBIF | ||
// Find: 5F424946 | ||
// Replace: 58424946 | ||
// TableSignature: 44534454 | ||
// | ||
DefinitionBlock ("", "SSDT", 2, "OCLT", "BAT1_BIF", 0) | ||
{ | ||
External(_SB.PCI0.LPCB.H_EC.BAT1, DeviceObj) | ||
External(_SB.PCI0.LPCB.H_EC.BAT1.XBIF, MethodObj) | ||
|
||
Scope(_SB.PCI0.LPCB.H_EC.BAT1) | ||
{ | ||
Method (_BIF, 0, Serialized) | ||
{ | ||
Name (XBPK, Package (0x0D){}) | ||
Local0 = \_SB.PCI0.LPCB.H_EC.BAT1.XBIF() | ||
XBPK [0]= DerefOf (Local0[0]) | ||
XBPK [1]= DerefOf (Local0[1]) | ||
XBPK [2]= DerefOf (Local0[2]) | ||
XBPK [3]= DerefOf (Local0[3]) | ||
XBPK [4]= DerefOf (Local0[4]) | ||
XBPK [5]= DerefOf (Local0[5]) | ||
XBPK [6]= DerefOf (Local0[6]) | ||
XBPK [7]= DerefOf (Local0[7]) | ||
XBPK [8]= DerefOf (Local0[8]) | ||
XBPK [9]= DerefOf (Local0[9]) | ||
XBPK [0xA]= DerefOf (Local0[0xA])+1 | ||
XBPK [0xB]= DerefOf (Local0[0xB]) | ||
XBPK [0xC]= DerefOf (Local0[0xC]) | ||
|
||
If (_OSI ("Darwin")) | ||
{ | ||
Return (XBPK) | ||
} | ||
Else | ||
{ | ||
Return (\_SB.PCI0.LPCB.H_EC.BAT1.XBIF()) | ||
} | ||
} | ||
} | ||
} | ||
//EOF | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-45.6 KB
(44%)
EFI/EFI_OC/OC/Kexts/BrightnessKeys.kext/Contents/MacOS/BrightnessKeys
Binary file not shown.
Oops, something went wrong.