Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit c6df1e2

Browse files
authored
fix lose DSDT.aml patching... ==|
1 parent 78c24f2 commit c6df1e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ACPI/ACPI-binpatch/binpatch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ find=($EHC1 $EHC2 $GFX0 $SAT0 $B0D3 $_DSM $_OSI $EC0)
3232
repl=($EH01 $EH02 $IGPU $SATA $HDAU $XDSM $XOSI $EC)
3333
for i in 0 1 2 3 4 5 6 7;
3434
do
35+
$binpatch ${find[i]} ${repl[i]} DSDT.aml
3536
$binpatch ${find[i]} ${repl[i]} SSDT-2-CB-01.aml
3637
done
3738

0 commit comments

Comments
 (0)