Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
armenio authored and usr-sse2 committed Jan 18, 2021
1 parent e775eba commit 4411a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/Dual Battery Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Method (_Q4B)
Method (_Q4D)
Method (_Q24)
Method (_Q25)
Method (_BATW)
Method (BATW)
```

So first step we need to do is to rename the native Method and place the patched one into a separate SSDT, example:
Expand All @@ -175,7 +175,7 @@ Method (_Q4B) to Method XQ4B
Method (_Q4D) to Method XQ4D
Method (_Q24) to Method XQ24
Method (_Q25) to Method XQ25
Method (_BATW) to Method XATW
Method (BATW) to Method XATW
```

(keep in mind to check if code with similar name doesn't exist in ACPI/DSDT, if yes, use different name)
Expand Down

0 comments on commit 4411a1a

Please sign in to comment.